]> granicus.if.org Git - php/commitdiff
- MFH: The error level must be E_ALL | E_STRICT.
authorFelipe Pena <felipe@php.net>
Tue, 22 Jul 2008 19:59:37 +0000 (19:59 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 22 Jul 2008 19:59:37 +0000 (19:59 +0000)
run-tests.php

index 395f5f90329a51ca977cd4325ca71e144ea22b5b..ad73e0db2573a61ce342ae3368dd28b551430788 100755 (executable)
@@ -189,7 +189,7 @@ $ini_overwrites = array(
                'safe_mode=0',
                'disable_functions=',
                'output_buffering=Off',
-               'error_reporting=' . ((PHP_MAJOR_VERSION == 5) ? '32767' : '30719'),
+               'error_reporting=' . (E_ALL | E_STRICT),
                'display_errors=1',
                'display_startup_errors=1',
                'log_errors=0',