diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/standard/info.c | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 4 |
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) { |