]> granicus.if.org Git - php/commitdiff
Added SOAP configuration directives
authorDmitry Stogov <dmitry@php.net>
Wed, 23 Jun 2004 08:18:42 +0000 (08:18 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 23 Jun 2004 08:18:42 +0000 (08:18 +0000)
php.ini-dist
php.ini-recommended

index 54c311d32e39a59136622a46eb97c5b56c3bb2dd..9154cbf082815d7bd1a6aeb625d09ac9431a6e2c 100644 (file)
@@ -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:
index 76cc84ddefdf4398ee74b35338d367bb83d89ee5..8c8112e6ac9d5bf1503b0ec07926a193c25c401b 100644 (file)
@@ -1182,6 +1182,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: