From 0b157a6f848119064601465a2efe6ff9961228bf Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 5 Jun 2007 10:59:25 +0000 Subject: enable display_startup_errors, fix test --- run-tests.php | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.php') diff --git a/run-tests.php b/run-tests.php index 952be2759c..b9a22ffb35 100755 --- a/run-tests.php +++ b/run-tests.php @@ -160,6 +160,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', -- cgit v1.2.1