]> granicus.if.org Git - php/commitdiff
- Add two ini settings
authorJohannes Schlüter <johannes@php.net>
Sun, 28 Jun 2009 15:55:19 +0000 (15:55 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 28 Jun 2009 15:55:19 +0000 (15:55 +0000)
php.ini-development
php.ini-production

index 0ad11caf79ea9a7ea00a182c98f25655530d0869..4f62cd04dacd8c494ce2f181427a78ccbccdeafe 100644 (file)
@@ -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
index 0c015691b68c506943dcd4db07562a846f34f513..b83672161fb5cf35c2b13826e0cf5b3283529234 100644 (file)
@@ -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