]> granicus.if.org Git - php/commitdiff
Run the tests with E_STRICT again
authorHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:59:37 +0000 (09:59 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:59:37 +0000 (09:59 +0000)
# Why isn't E_STRICT in E_ALL?

run-tests.php

index e406b66f70643063d627404eda3ac4d9d0563ecd..4a2d66521cbbcde58f4d1ea376cb8cab14d91642 100755 (executable)
@@ -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',