From 5919165375ce44b9c14d5910030dcf03f3dbfa8c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 21 Jul 2008 09:36:21 +0000 Subject: Add E_USER_DEPRECATED (patch by Lars Strojny) --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.php') 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', -- cgit v1.2.1