diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug30045.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug30045.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug30045.phpt b/ext/soap/tests/bugs/bug30045.phpt index 02424713c5..e119b71d76 100644 --- a/ext/soap/tests/bugs/bug30045.phpt +++ b/ext/soap/tests/bugs/bug30045.phpt @@ -5,6 +5,8 @@ Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests) if (!extension_loaded('soap')) die('skip soap extension not available'); if (!extension_loaded('simplexml')) die('skip simplexml extension not available'); ?> +--INI-- +soap.wsdl_cache_enabled=1 --FILE-- <?php |