summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-05-10 20:00:26 +0000
committerMarcus Boerger <helly@php.net>2006-05-10 20:00:26 +0000
commit5efe53c596a25a5c98cc42dca3bf326a33472fc0 (patch)
treecc6dc84cca8a44e27efab982b85544960e1136d0 /run-tests.php
parent0dacd6d5c00eed33180ae5de7055bb3c1d00bd30 (diff)
downloadphp-git-5efe53c596a25a5c98cc42dca3bf326a33472fc0.tar.gz
- MFH add E_RECOVERABLE as default
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
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',