From c241e7584a36150a2e8cb59473711fb89aecdb67 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 5 Jun 2007 11:33:09 +0000 Subject: [PATCH] enable display_startup_errors --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 9a21f14c3d..5e0ed363fe 100755 --- a/run-tests.php +++ b/run-tests.php @@ -149,6 +149,7 @@ $ini_overwrites = array( 'output_buffering=Off', 'error_reporting=8191', 'display_errors=1', + 'display_startup_errors=1', 'log_errors=0', 'html_errors=0', 'track_errors=1', -- 2.50.1