johannes Sun Jun 28 15:56:20 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src php.ini-development php.ini-production
Log:
MFH: Add two ini settings and remove ini setting which is commented out in
code
http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.12&r2=1.1.2.13&diff_format=u
Index: php-src/php.ini-development
diff -u php-src/php.ini-development:1.1.2.12
php-src/php.ini-development:1.1.2.13
--- php-src/php.ini-development:1.1.2.12 Sun Jun 28 15:29:24 2009
+++ php-src/php.ini-development Sun Jun 28 15:56:19 2009
@@ -1799,11 +1799,18 @@
; 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 @@
;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=
http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.1.2.11&r2=1.1.2.12&diff_format=u
Index: php-src/php.ini-production
diff -u php-src/php.ini-production:1.1.2.11 php-src/php.ini-production:1.1.2.12
--- php-src/php.ini-production:1.1.2.11 Sun Jun 28 15:21:19 2009
+++ php-src/php.ini-production Sun Jun 28 15:56:19 2009
@@ -1807,11 +1807,18 @@
; 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 @@
;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=
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php