mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
- Add two ini settings
This commit is contained in:
parent
1a542eb60f
commit
dd3e47ebe7
2 changed files with 13 additions and 0 deletions
|
@ -1800,10 +1800,17 @@ soap.wsdl_cache_dir="/tmp"
|
||||||
; http://php.net/soap.wsdl-cache-ttl
|
; http://php.net/soap.wsdl-cache-ttl
|
||||||
soap.wsdl_cache_ttl=86400
|
soap.wsdl_cache_ttl=86400
|
||||||
|
|
||||||
|
; Sets the size of the cache limit. (Max. number of WSDL files to cache)
|
||||||
|
soap.wsdl_cache_limit = 5
|
||||||
|
|
||||||
[sysvshm]
|
[sysvshm]
|
||||||
; A default size of the shared memory segment
|
; A default size of the shared memory segment
|
||||||
;sysvshm.init_mem = 10000
|
;sysvshm.init_mem = 10000
|
||||||
|
|
||||||
|
[ldap]
|
||||||
|
; Sets the maximum number of open links or -1 for unlimited.
|
||||||
|
ldap.max_links = -1
|
||||||
|
|
||||||
|
|
||||||
; Local Variables:
|
; Local Variables:
|
||||||
; tab-width: 4
|
; tab-width: 4
|
||||||
|
|
|
@ -1808,10 +1808,16 @@ soap.wsdl_cache_dir="/tmp"
|
||||||
; http://php.net/soap.wsdl-cache-ttl
|
; http://php.net/soap.wsdl-cache-ttl
|
||||||
soap.wsdl_cache_ttl=86400
|
soap.wsdl_cache_ttl=86400
|
||||||
|
|
||||||
|
; Sets the size of the cache limit. (Max. number of WSDL files to cache)
|
||||||
|
soap.wsdl_cache_limit = 5
|
||||||
|
|
||||||
[sysvshm]
|
[sysvshm]
|
||||||
; A default size of the shared memory segment
|
; A default size of the shared memory segment
|
||||||
;sysvshm.init_mem = 10000
|
;sysvshm.init_mem = 10000
|
||||||
|
|
||||||
|
[ldap]
|
||||||
|
; Sets the maximum number of open links or -1 for unlimited.
|
||||||
|
ldap.max_links = -1
|
||||||
|
|
||||||
; Local Variables:
|
; Local Variables:
|
||||||
; tab-width: 4
|
; tab-width: 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue