summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r--ext/standard/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index c1567e8016..551d52b7cd 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -145,7 +145,7 @@ PHPAPI void php_print_info(int flag)
char *zend_version = get_zend_version();
#ifdef PHP_WIN32
- // Get build numbers for Windows NT or Win95
+ /* Get build numbers for Windows NT or Win95 */
if (dwVersion < 0x80000000){
dwBuild = (DWORD)(HIWORD(dwVersion));
snprintf(php_windows_uname,255,"%s %d.%d build %d","Windows NT",dwWindowsMajorVersion,dwWindowsMinorVersion,dwBuild);
@@ -554,7 +554,7 @@ void register_phpinfo_constants(INIT_FUNC_ARGS)
}
-/* {{{ proto void phpinfo(void)
+/* {{{ proto void phpinfo([int what])
Output a page of useful information about PHP and the current request */
PHP_FUNCTION(phpinfo)
{