helly           Sun Nov  3 12:43:24 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  without these nearly all tests fail if for example php.ini contains
  output_handler=mb_string
  mbstring.http_output=UCS-2LE
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.113 php4/run-tests.php:1.114
--- php4/run-tests.php:1.113    Sun Nov  3 12:40:34 2002
+++ php4/run-tests.php  Sun Nov  3 12:43:24 2002
@@ -510,6 +510,8 @@
 
        // Default ini settings
        $settings = array (
+               "output_handler=",
+               "zlib.output_compression=0",
                "open_basedir=",
                "disable_functions=",
                "error_reporting=2047",



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to