]> granicus.if.org Git - php/commitdiff
enable display_startup_errors
authorAntony Dovgal <tony2001@php.net>
Tue, 5 Jun 2007 11:33:09 +0000 (11:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 5 Jun 2007 11:33:09 +0000 (11:33 +0000)
run-tests.php

index 9a21f14c3dbaf277c094063a0a4b7c4b09452ba5..5e0ed363fee383ed75361e43520f370ed7a324b9 100755 (executable)
@@ -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',