mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: Add two ini settings and remove ini setting which is commented out in code
This commit is contained in:
parent
79e1cf2fe0
commit
3840317d40
2 changed files with 16 additions and 6 deletions
|
@ -1799,11 +1799,18 @@ 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
|
||||||
|
|
||||||
;soap.wsdl_cache_limit=
|
[ldap]
|
||||||
|
; Sets the maximum number of open links or -1 for unlimited.
|
||||||
|
ldap.max_links = -1
|
||||||
|
|
||||||
|
|
||||||
;dba.default_handler=
|
;dba.default_handler=
|
||||||
;pdo_odbc.db2_instance_name=
|
;pdo_odbc.db2_instance_name=
|
||||||
;mcrypt.algorithms_dir=
|
;mcrypt.algorithms_dir=
|
||||||
|
@ -1822,8 +1829,6 @@ soap.wsdl_cache_ttl=86400
|
||||||
;mbstring.http_output_conv_mimetypes=
|
;mbstring.http_output_conv_mimetypes=
|
||||||
;com.code_page=
|
;com.code_page=
|
||||||
;odbc.default_cursortype=
|
;odbc.default_cursortype=
|
||||||
;session.encode_sources=
|
|
||||||
;ldap.max_links=
|
|
||||||
;sybct.login_timeout=
|
;sybct.login_timeout=
|
||||||
;sybct.hostname=
|
;sybct.hostname=
|
||||||
;sybct.deadlock_retry_count=
|
;sybct.deadlock_retry_count=
|
||||||
|
|
|
@ -1807,11 +1807,18 @@ 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
|
||||||
|
|
||||||
;soap.wsdl_cache_limit=
|
[ldap]
|
||||||
|
; Sets the maximum number of open links or -1 for unlimited.
|
||||||
|
ldap.max_links = -1
|
||||||
|
|
||||||
|
|
||||||
;dba.default_handler=
|
;dba.default_handler=
|
||||||
;pdo_odbc.db2_instance_name=
|
;pdo_odbc.db2_instance_name=
|
||||||
;mcrypt.algorithms_dir=
|
;mcrypt.algorithms_dir=
|
||||||
|
@ -1830,8 +1837,6 @@ soap.wsdl_cache_ttl=86400
|
||||||
;mbstring.http_output_conv_mimetypes=
|
;mbstring.http_output_conv_mimetypes=
|
||||||
;com.code_page=
|
;com.code_page=
|
||||||
;odbc.default_cursortype=
|
;odbc.default_cursortype=
|
||||||
;session.encode_sources=
|
|
||||||
;ldap.max_links=
|
|
||||||
;sybct.login_timeout=
|
;sybct.login_timeout=
|
||||||
;sybct.hostname=
|
;sybct.hostname=
|
||||||
;sybct.deadlock_retry_count=
|
;sybct.deadlock_retry_count=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue