PHP configs.
This commit is contained in:
parent
bb97b312f1
commit
53a5c90c91
51 changed files with 2284 additions and 0 deletions
16
etc/php83/conf.d/99_soap.ini
Normal file
16
etc/php83/conf.d/99_soap.ini
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[soap]
|
||||
; Enables or disables WSDL caching feature.
|
||||
; http://php.net/soap.wsdl-cache-enabled
|
||||
soap.wsdl_cache_enabled=1
|
||||
|
||||
; Sets the directory name where SOAP extension will put cache files.
|
||||
; http://php.net/soap.wsdl-cache-dir
|
||||
soap.wsdl_cache_dir="/tmp"
|
||||
|
||||
; (time to live) Sets the number of second while cached file will be used
|
||||
; instead of original one.
|
||||
; http://php.net/soap.wsdl-cache-ttl
|
||||
soap.wsdl_cache_ttl=86400
|
||||
|
||||
; Sets the size of the cache limit. (Max. number of WSDL files to cache)
|
||||
soap.wsdl_cache_limit = 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue