libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / web / php / php-8_1 / files / soap.ini
blobfbacc9d3d4d7a02c85ebca5e05349dbf4ebd4910
1 [soap]
2 extension=soap.so
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