summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-21 09:36:21 +0000
committerHannes Magnusson <bjori@php.net>2008-07-21 09:36:21 +0000
commit5919165375ce44b9c14d5910030dcf03f3dbfa8c (patch)
tree3e52a24fb0ab66bdf15cf39ee6578a6a48029726 /run-tests.php
parent637e591a3dd30cb35e60a85217981bae4a43691d (diff)
downloadphp-git-5919165375ce44b9c14d5910030dcf03f3dbfa8c.tar.gz
Add E_USER_DEPRECATED (patch by Lars Strojny)
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 6d1deb3e8a..13b7317664 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -166,7 +166,7 @@ $ini_overwrites = array(
'open_basedir=',
'disable_functions=',
'output_buffering=Off',
- 'error_reporting=16383',
+ 'error_reporting=30719',
'display_errors=1',
'display_startup_errors=1',
'log_errors=0',