dmitry          Wed Jun 23 04:18:43 2004 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  Added SOAP configuration directives
  
  
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.213&r2=1.214&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.213 php-src/php.ini-dist:1.214
--- php-src/php.ini-dist:1.213  Mon May 17 12:30:22 2004
+++ php-src/php.ini-dist        Wed Jun 23 04:18:42 2004
@@ -1168,6 +1168,15 @@
 ; 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:
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.157&r2=1.158&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.157 php-src/php.ini-recommended:1.158
--- php-src/php.ini-recommended:1.157   Mon May 17 12:30:22 2004
+++ php-src/php.ini-recommended Wed Jun 23 04:18:42 2004
@@ -1182,6 +1182,15 @@
 ; 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:

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to