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