diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 13:59:48 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-08-03 13:59:48 +0000 |
| commit | be276976286d198357913e877f4a016091b0664f (patch) | |
| tree | c372d936c4d164601598c6cb136020f80a9749b4 /ext | |
| parent | 86842904bed2fadfd13ec515a9fac713c3da417e (diff) | |
| download | php-git-be276976286d198357913e877f4a016091b0664f.tar.gz | |
MFH(r-1.3): 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)
Diffstat (limited to 'ext')
| -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日本語カタカナひらがな |
