summaryrefslogtreecommitdiff
path: root/ext/standard/info.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
commit87a491d7b64f34a9692af3edc58151e9baa2e275 (patch)
tree023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/standard/info.c
parentc6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff)
downloadphp-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz
C++ // comments are evil ...
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)
{