summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-21 09:59:37 +0000
committerHannes Magnusson <bjori@php.net>2008-07-21 09:59:37 +0000
commit4cc73804a7cb2d74c10c86efe95819c5fd7bee48 (patch)
treef26b8eb7aff23da14344537b50fa27e5eaf34133 /run-tests.php
parentd619b57efa42c81eb4632d1794747f074cc3fb91 (diff)
downloadphp-git-4cc73804a7cb2d74c10c86efe95819c5fd7bee48.tar.gz
Run the tests with E_STRICT again
# Why isn't E_STRICT in E_ALL?
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 e406b66f70..4a2d66521c 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -177,7 +177,7 @@ $ini_overwrites = array(
'safe_mode=0',
'disable_functions=',
'output_buffering=Off',
- 'error_reporting=30719',
+ 'error_reporting=32767',
'display_errors=1',
'display_startup_errors=1',
'log_errors=0',