Hi,
I confirmed this test might not work even with libiconv, when the errno
test run by configure failed.
IMO it has something to do with other EUC-JP related failures on BSD
platforms.
Moriyoshi Koizumi
"Rui Hirokawa" <[EMAIL PROTECTED]> wrote:
> hirokawa Wed Oct 9 08:54:52 2002 EDT
>
> Modified files:
> /php4/ext/iconv/tests translit.phpt
> Log:
> added @ to suppress a notice.
>
>
> Index: php4/ext/iconv/tests/translit.phpt
> diff -u php4/ext/iconv/tests/translit.phpt:1.4 php4/ext/iconv/tests/translit.phpt:1.5
> --- php4/ext/iconv/tests/translit.phpt:1.4 Wed Sep 4 01:17:16 2002
> +++ php4/ext/iconv/tests/translit.phpt Wed Oct 9 08:54:52 2002
> @@ -1,7 +1,7 @@
> --TEST--
> ICONV: LIBICONV transliteration (bug #16069)
> --SKIPIF--
> -<?php include( 'skipif.inc' ); if( iconv('CP932', 'EUC-JP//TRANSLIT', "\x87\x6d")
>== '' ) die("skip\n"); ?>
> +<?php include( 'skipif.inc' ); if( @iconv('CP932', 'EUC-JP//TRANSLIT', "\x87\x6d")
>== '' ) die("skip\n"); ?>
> --POST--
> --GET--
> --FILE--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php