From 2b216967f2fa087f7cdd9e847b3eb67856423496 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 23 Jun 2004 08:18:42 +0000 Subject: Added SOAP configuration directives --- php.ini-dist | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'php.ini-dist') 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: -- cgit v1.2.1