From: Felipe Pena Date: Sat, 23 Feb 2008 18:41:31 +0000 (+0000) Subject: New E_ALL value X-Git-Tag: RELEASE_2_0_0a1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e53d6f8f43ab1b33d5865e77f8e3dc91bce7f34;p=php New E_ALL value --- diff --git a/run-tests.php b/run-tests.php index 5d12a1e0f0..50506fc448 100755 --- a/run-tests.php +++ b/run-tests.php @@ -163,7 +163,7 @@ $ini_overwrites = array( 'open_basedir=', 'disable_functions=', 'output_buffering=Off', - 'error_reporting=8191', + 'error_reporting=16383', 'display_errors=1', 'display_startup_errors=1', 'log_errors=0',