johannes Sun Jun 28 15:55:20 2009 UTC
Modified files:
/php-src php.ini-development php.ini-production
Log:
- Add two ini settings
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.10&r2=1.11&diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.10 php-src/php.ini-development:1.11
--- php-src/php.ini-development:1.10 Sun Jun 28 15:29:14 2009
+++ php-src/php.ini-development Sun Jun 28 15:55:19 2009
@@ -1800,10 +1800,17 @@
; 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
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.9&r2=1.10&diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.9 php-src/php.ini-production:1.10
--- php-src/php.ini-production:1.9 Sun Jun 28 15:20:22 2009
+++ php-src/php.ini-production Sun Jun 28 15:55:19 2009
@@ -1808,10 +1808,16 @@
; 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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php