diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-06-05 10:59:25 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-06-05 10:59:25 +0000 |
| commit | 0b157a6f848119064601465a2efe6ff9961228bf (patch) | |
| tree | b57a24df26fece82a0863db3430d0860cdd30d12 /run-tests.php | |
| parent | 5d8ae453093dae3b88c13d33a6b717ca56626292 (diff) | |
| download | php-git-0b157a6f848119064601465a2efe6ff9961228bf.tar.gz | |
enable display_startup_errors, fix test
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |
