diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 13:58:20 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 13:58:20 +0000 |
commit | f05452fbcdceac2d1d8176d2c1b69c741af54ae9 (patch) | |
tree | db20078e508d3cdd3331a17dc6723a2fc611478e | |
parent | 7c58f22aaff5034f5e503197088aec863f56b400 (diff) | |
download | php-git-f05452fbcdceac2d1d8176d2c1b69c741af54ae9.tar.gz |
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)
-rw-r--r-- | ext/mbstring/tests/mb_http_input.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/tests/mb_http_input.phpt b/ext/mbstring/tests/mb_http_input.phpt index a27de9f873..fd67a57689 100644 --- a/ext/mbstring/tests/mb_http_input.phpt +++ b/ext/mbstring/tests/mb_http_input.phpt @@ -4,6 +4,7 @@ mb_http_input() <?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日本語カタカナひらがな |