diff options
author | Marcus Boerger <helly@php.net> | 2002-11-03 20:28:35 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-03 20:28:35 +0000 |
commit | 604f3331136773485d7bc4a56d9139743de67c92 (patch) | |
tree | 37322489985ae461c3db26627444f1e73e5feb25 /run-tests.php | |
parent | 529fbfffc4122bd4e1e6ebfe7bf506826ab161b5 (diff) | |
download | php-git-604f3331136773485d7bc4a56d9139743de67c92.tar.gz |
better use 'Off' here
#thx to Moriyoshi
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests.php b/run-tests.php index 59cbd8cf3f..b411896f3d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -114,7 +114,7 @@ $settings = array( 'safe_mode=0', 'output_buffering=Off', 'output_handler=', - 'zlib.output_compression=', + 'zlib.output_compression=Off', 'auto_prepend_file=', 'auto_append_file=', 'disable_functions=' @@ -511,7 +511,7 @@ TEST $file // Default ini settings $settings = array ( "output_handler=", - "zlib.output_compression=0", + "zlib.output_compression=Off", "open_basedir=", "disable_functions=", "error_reporting=2047", |