From: Hannes Magnusson Date: Mon, 21 Jul 2008 09:59:37 +0000 (+0000) Subject: Run the tests with E_STRICT again X-Git-Tag: php-5.3.0alpha1~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cc73804a7cb2d74c10c86efe95819c5fd7bee48;p=php Run the tests with E_STRICT again # Why isn't E_STRICT in E_ALL? --- diff --git a/run-tests.php b/run-tests.php index e406b66f70..4a2d66521c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -177,7 +177,7 @@ $ini_overwrites = array( 'safe_mode=0', 'disable_functions=', 'output_buffering=Off', - 'error_reporting=30719', + 'error_reporting=32767', 'display_errors=1', 'display_startup_errors=1', 'log_errors=0',