From 0fcb12718ed2c817e8be5b0bb1eb947ffb93d423 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 28 Jul 2012 05:48:24 +0000 Subject: [PATCH] E_ALL is a moving target git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14334 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/configtest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configtest.php b/src/configtest.php index a2045acb..36dfaced 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -234,7 +234,7 @@ echo $IND . 'Running as ' . $webOwnerInfo['name'] . '(' . $webOwnerID echo $IND . 'display_errors: ' . $php_display_errors_original_value . " (overridden with 1 for this page only)
\n"; -echo $IND . 'error_reporting: ' . $php_error_reporting_original_value . " (overridden with 2047 for this page only)
\n"; +echo $IND . 'error_reporting: ' . $php_error_reporting_original_value . " (overridden with " . E_ALL . " for this page only)
\n"; $safe_mode = ini_get('safe_mode'); if ($safe_mode) { -- 2.25.1