fritzkink
2023-12-24 499bcf333d26bc63203b224241efc0f5fbe44e2b
1
2
3
4
5
6
7
8
9
10
[soap]
extension=soap.so
 
; 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