summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-02-24 12:17:25 +0000
committerFelipe Pena <felipe@php.net>2008-02-24 12:17:25 +0000
commitaafff71c8686104af2bcc88f2b0a3f034b5db588 (patch)
tree29f8c34e5185c3346013b0e01107e88404ebaaa8
parente947263bda8b15dce3e1ca85330b7dc06c31a0a1 (diff)
downloadphp-git-aafff71c8686104af2bcc88f2b0a3f034b5db588.tar.gz
New E_ALL value
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 202d866307..3f96c0107f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -175,7 +175,7 @@ $ini_overwrites = array(
'safe_mode=0',
'disable_functions=',
'output_buffering=Off',
- 'error_reporting=8191',
+ 'error_reporting=16383',
'display_errors=1',
'display_startup_errors=1',
'log_errors=0',