diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 54c311d32e..9154cbf082 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1168,6 +1168,15 @@ sockets.use_system_read = On ; such as dynamic images tidy.clean_output = Off +[soap] +; Enables or disables WSDL caching feature. +soap.wsdl_cache_enabled=1 +; Sets the directory name where SOAP extension will put cache files. +soap.wsdl_cache_dir="/tmp" +; (time to live) Sets the number of second while cached file will be used +; instead of original one. +soap.wsdl_cache_ttl=86400 + ; Local Variables: ; tab-width: 4 ; End: |
