Oops, a little too much simplification there.. ;)

This commit is contained in:
Rasmus Lerdorf 2001-08-13 07:28:57 +00:00
parent 8c497f05c4
commit 5b2227ea80

View File

@ -465,6 +465,8 @@ PHP_FUNCTION(phpinfo)
flag = 0xFFFFFFFF;
}
php_print_info(flag TSRMLS_CC);
RETURN_TRUE;
}