From: pdontthink Date: Fri, 31 Aug 2007 04:57:02 +0000 (+0000) Subject: Handy place to show error reporting values - can use this as a tool for support requests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0cc820f91a30f0a7279dd961514654802725c842;p=squirrelmail.git Handy place to show error reporting values - can use this as a tool for support requests git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12643 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/configtest.php b/src/configtest.php index 224db87a..a98595ae 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -196,6 +196,10 @@ if(!check_php_version(4,1,0)) { echo $IND . 'PHP version ' . PHP_VERSION . ' OK. (You have: ' . phpversion() . ". Minimum: 4.1.0)
\n"; +echo $IND . 'display_errors: ' . ini_get('display_errors') . "
\n"; + +echo $IND . 'error_reporting: ' . ini_get('error_reporting') . "
\n"; + /* register_globals check: test for boolean false and any string that is not equal to 'off' */ if ((bool) ini_get('register_globals') &&