From: Johannes Schlüter Date: Sun, 28 Jun 2009 15:55:19 +0000 (+0000) Subject: - Add two ini settings X-Git-Tag: php-5.4.0alpha1~191^2~3223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd3e47ebe7bd7bf8fd58309c014ef3be2da51f33;p=php - Add two ini settings --- diff --git a/php.ini-development b/php.ini-development index 0ad11caf79..4f62cd04da 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1800,10 +1800,17 @@ soap.wsdl_cache_dir="/tmp" ; 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 + [sysvshm] ; A default size of the shared memory segment ;sysvshm.init_mem = 10000 +[ldap] +; Sets the maximum number of open links or -1 for unlimited. +ldap.max_links = -1 + ; Local Variables: ; tab-width: 4 diff --git a/php.ini-production b/php.ini-production index 0c015691b6..b83672161f 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1808,10 +1808,16 @@ soap.wsdl_cache_dir="/tmp" ; 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 + [sysvshm] ; A default size of the shared memory segment ;sysvshm.init_mem = 10000 +[ldap] +; Sets the maximum number of open links or -1 for unlimited. +ldap.max_links = -1 ; Local Variables: ; tab-width: 4