]> granicus.if.org Git - php/commitdiff
Oops, a little too much simplification there.. ;)
authorRasmus Lerdorf <rasmus@php.net>
Mon, 13 Aug 2001 07:28:57 +0000 (07:28 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 13 Aug 2001 07:28:57 +0000 (07:28 +0000)
ext/standard/info.c

index a1f50d9604ab1467bd3b002bcd50117c9af5c79e..ca41591ca3b71bf25a26e7659128d5aa7761dc71 100644 (file)
@@ -465,6 +465,8 @@ PHP_FUNCTION(phpinfo)
                flag = 0xFFFFFFFF;
        }
 
+       php_print_info(flag TSRMLS_CC);
+
        RETURN_TRUE;
 }