helly           Sun Oct 27 19:02:25 2002 EDT

  Modified files:              
    /php4/ext/mbstring/tests    htmlent.phpt 
  Log:
  fix test
  
  
Index: php4/ext/mbstring/tests/htmlent.phpt
diff -u php4/ext/mbstring/tests/htmlent.phpt:1.1 
php4/ext/mbstring/tests/htmlent.phpt:1.2
--- php4/ext/mbstring/tests/htmlent.phpt:1.1    Mon Oct 21 15:19:04 2002
+++ php4/ext/mbstring/tests/htmlent.phpt        Sun Oct 27 19:02:25 2002
@@ -6,14 +6,14 @@
        include('skipif.inc'); 
 ?>
 --INI--
-output_handler = mb_output_handler
-zlib.output_compression = Off
+output_handler=mb_output_handler
+zlib.output_compression=
 arg_separator.input="x"
 error_reporting=0
 mbstring.http_input=HTML-ENTITIES
 mbstring.internal_encoding=UTF8
 mbstring.http_output=HTML-ENTITIES
-mbstring.encoding_translation=On
+mbstring.encoding_translation=1
 --FILE--
 <?php
 // enable output encoding through output handler



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

Reply via email to