From aafff71c8686104af2bcc88f2b0a3f034b5db588 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 24 Feb 2008 12:17:25 +0000 Subject: [PATCH] New E_ALL value --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.40.0