4 ; Enables or disables WSDL caching feature.
5 soap.wsdl_cache_enabled=1
6 ; Sets the directory name where SOAP extension will put cache files.
7 soap.wsdl_cache_dir="/tmp"
8 ; (time to live) Sets the number of second while cached file will be used
9 ; instead of original one.
10 soap.wsdl_cache_ttl=86400