-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.7-PL1
-
None
-
PHP 5.3
ob_start();
|
@phpinfo(INFO_GENERAL | INFO_CONFIGURATION | INFO_MODULES | INFO_VARIABLES);
|
$phpinfo = ob_get_clean();
|
Calling phpinfo() with an @ will set the error_reporting to 0 and thus always list error_reporting as being 0 in the local section.