From 02b8fc7f285bf311454cd60da38312df458e551c Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 5 May 2007 19:26:19 +0000 Subject: [PATCH] fix test on systems where php.ini has something else than default settings --- ext/iconv/tests/iconv004.phpt | 4 ++++ 1 file changed, 4 insertions(+) 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--