helly Sun Nov 3 15:28:36 2002 EDT
Modified files:
/php4 run-tests.php
Log:
better use 'Off' here
#thx to Moriyoshi
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.114 php4/run-tests.php:1.115
--- php4/run-tests.php:1.114 Sun Nov 3 12:43:24 2002
+++ php4/run-tests.php Sun Nov 3 15:28:35 2002
@@ -114,7 +114,7 @@
'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 @@
// Default ini settings
$settings = array (
"output_handler=",
- "zlib.output_compression=0",
+ "zlib.output_compression=Off",
"open_basedir=",
"disable_functions=",
"error_reporting=2047",
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php