From: Rasmus Lerdorf Date: Mon, 13 Aug 2001 07:28:57 +0000 (+0000) Subject: Oops, a little too much simplification there.. ;) X-Git-Tag: php-4.0.7RC1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b2227ea80b0fc5be46bfbdd9dd5ce4ac7825717;p=php Oops, a little too much simplification there.. ;) --- diff --git a/ext/standard/info.c b/ext/standard/info.c index a1f50d9604..ca41591ca3 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -465,6 +465,8 @@ PHP_FUNCTION(phpinfo) flag = 0xFFFFFFFF; } + php_print_info(flag TSRMLS_CC); + RETURN_TRUE; }