diff options
author | Marcus Boerger <helly@php.net> | 2002-11-21 14:56:06 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-21 14:56:06 +0000 |
commit | b7cd48efddacffe4fd864b0a1692d465719dd1bd (patch) | |
tree | afd9755f88f4ed21d7e30c1f2cdaed8f0b4ccfe9 /run-tests.php | |
parent | da0e29e92f06dbd79783b81e9d7bcb903a739d81 (diff) | |
download | php-git-b7cd48efddacffe4fd864b0a1692d465719dd1bd.tar.gz |
Make it possible to test language features like newly introduced 'abstract'
independantly from debug mode.
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', |