moriyoshi               Sun Aug  3 09:58:20 2003 EDT

  Modified files:              
    /php-src/ext/mbstring/tests mb_http_input.phpt 
  Log:
  Disable the test temporarily because "-d" flags in the command line doesn't
  take effect under CGI mode. (See the relevant portion of cgi_main.c
  that begins at line 996)
  
  
Index: php-src/ext/mbstring/tests/mb_http_input.phpt
diff -u php-src/ext/mbstring/tests/mb_http_input.phpt:1.2 
php-src/ext/mbstring/tests/mb_http_input.phpt:1.3
--- php-src/ext/mbstring/tests/mb_http_input.phpt:1.2   Wed Oct 30 03:06:52 2002
+++ php-src/ext/mbstring/tests/mb_http_input.phpt       Sun Aug  3 09:58:20 2003
@@ -4,6 +4,7 @@
 <?php
 extension_loaded('mbstring') or die('skip mbstring not available');
 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
+die("skip disabled temporarily");
 ?>
 --POST--
 a=日本語0123456789日本語カタカナひらがな



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

Reply via email to