]> granicus.if.org Git - php/commitdiff
- MFH add E_RECOVERABLE as default
authorMarcus Boerger <helly@php.net>
Wed, 10 May 2006 20:00:26 +0000 (20:00 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 10 May 2006 20:00:26 +0000 (20:00 +0000)
run-tests.php

index f5b39e643c7ecfee8891f04a2ddb76ba5c124fc0..d27b537884e95b4021a32165e8ef4fe7c2ff14d7 100755 (executable)
@@ -158,7 +158,7 @@ $ini_overwrites = array(
                'safe_mode=0',
                'disable_functions=',
                'output_buffering=Off',
-               'error_reporting=4095',
+               'error_reporting=8191',
                'display_errors=1',
                'log_errors=0',
                'html_errors=0',