From: foobar Date: Sat, 5 May 2007 19:26:19 +0000 (+0000) Subject: fix test on systems where php.ini has something else than default settings X-Git-Tag: RELEASE_1_2_0~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02b8fc7f285bf311454cd60da38312df458e551c;p=php fix test on systems where php.ini has something else than default settings --- diff --git a/ext/iconv/tests/iconv004.phpt b/ext/iconv/tests/iconv004.phpt index 9254f5a129..6c8606536d 100644 --- a/ext/iconv/tests/iconv004.phpt +++ b/ext/iconv/tests/iconv004.phpt @@ -2,6 +2,10 @@ iconv_mime_encode() sanity cheeck. --SKIPIF-- +--INI-- +iconv.input_encoding = ISO-8859-1 +iconv.internal_encoding = ISO-8859-1 +iconv.output_encoding = ISO-8859-1 --FILE--