diff options
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/run-tests.php b/run-tests.php index c1fd98eb4d..068051466e 100755 --- a/run-tests.php +++ b/run-tests.php @@ -123,10 +123,11 @@ $ini_overwrites = array( 'html_errors=0', 'track_errors=1', 'report_memleaks=1', - "docref_root=/phpmanual/", - "docref_ext=.html", - "error_prepend_string=", - "error_append_string=", + 'report_zend_debug=0', + 'docref_root=/phpmanual/', + 'docref_ext=.html', + 'error_prepend_string=', + 'error_append_string=', 'auto_prepend_file=', 'auto_append_file=', 'magic_quotes_runtime=0', |
