From 0cc820f91a30f0a7279dd961514654802725c842 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 31 Aug 2007 04:57:02 +0000 Subject: [PATCH] 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 --- src/configtest.php | 4 ++++ 1 file changed, 4 insertions(+) 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') && -- 2.25.1