diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug38067.phpt')
| -rwxr-xr-x | ext/soap/tests/bugs/bug38067.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug38067.phpt b/ext/soap/tests/bugs/bug38067.phpt index 9c0cbb4fba..24e9ac5e37 100755 --- a/ext/soap/tests/bugs/bug38067.phpt +++ b/ext/soap/tests/bugs/bug38067.phpt @@ -2,6 +2,9 @@ Bug #38067 (Parameters are not decoded from utf-8 when using encoding option) --SKIPIF-- <?php require_once('skipif.inc'); ?> +--INI-- +unicode.script_encoding=ISO-8859-1 +unicode.output_encoding=ISO-8859-1 --FILE-- <?php function Test($param) { |
