]> granicus.if.org Git - php/commitdiff
MFH: Add two ini settings and remove ini setting which is commented out in code
authorJohannes Schlüter <johannes@php.net>
Sun, 28 Jun 2009 15:56:19 +0000 (15:56 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 28 Jun 2009 15:56:19 +0000 (15:56 +0000)
php.ini-development
php.ini-production

index 89021296e3937e02abf3201a5ede430f547872ae..4fa84591aa6cc0215fd648c82f4b37400dda0cdd 100644 (file)
@@ -1799,11 +1799,18 @@ 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
 
-;soap.wsdl_cache_limit=
+[ldap]
+; Sets the maximum number of open links or -1 for unlimited.
+ldap.max_links = -1
+
+
 ;dba.default_handler=
 ;pdo_odbc.db2_instance_name=
 ;mcrypt.algorithms_dir=
@@ -1822,8 +1829,6 @@ soap.wsdl_cache_ttl=86400
 ;mbstring.http_output_conv_mimetypes=
 ;com.code_page=
 ;odbc.default_cursortype=
-;session.encode_sources=
-;ldap.max_links=
 ;sybct.login_timeout=
 ;sybct.hostname=
 ;sybct.deadlock_retry_count=
index 1b700705f92e36c1cc36085aae6046844e920575..0d814f78af7d06a0d698e9b862a70414fbcc0372 100644 (file)
@@ -1807,11 +1807,18 @@ 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
 
-;soap.wsdl_cache_limit=
+[ldap]
+; Sets the maximum number of open links or -1 for unlimited.
+ldap.max_links = -1
+
+
 ;dba.default_handler=
 ;pdo_odbc.db2_instance_name=
 ;mcrypt.algorithms_dir=
@@ -1830,8 +1837,6 @@ soap.wsdl_cache_ttl=86400
 ;mbstring.http_output_conv_mimetypes=
 ;com.code_page=
 ;odbc.default_cursortype=
-;session.encode_sources=
-;ldap.max_links=
 ;sybct.login_timeout=
 ;sybct.hostname=
 ;sybct.deadlock_retry_count=