-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: ACP
-
Labels:None
-
Environment: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.