From: Marcus Boerger Date: Wed, 10 May 2006 20:00:26 +0000 (+0000) Subject: - MFH add E_RECOVERABLE as default X-Git-Tag: php-5.2.0RC1~606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5efe53c596a25a5c98cc42dca3bf326a33472fc0;p=php - MFH add E_RECOVERABLE as default --- diff --git a/run-tests.php b/run-tests.php index f5b39e643c..d27b537884 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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',