jani                                     Wed, 18 Nov 2009 17:59:18 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=290926

Log:
- Fix news

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-11-18 17:52:22 UTC (rev 290925)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-11-18 17:59:18 UTC (rev 290926)
@@ -3,7 +3,8 @@
 ?? Nov 2009, PHP 5.2.12RC2
 - Updated timezone database to version 2009.19 (2009s). (Derick)

-- Made it possible to disable post_max_size (Rasmus)
+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+  setting it to 0. (Rasmus)

 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array
   when there is no error). (Jani)

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-11-18 17:52:22 UTC (rev 290925)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-11-18 17:59:18 UTC (rev 290926)
@@ -4,14 +4,16 @@
 - Upgraded bundled sqlite to version 3.6.20. (Ilia)
 - Upgraded bundled PCRE to version 8.00. (Scott)

+- Changed "post_max_size" php.ini directive to allow unlimited post size by
+  setting it to 0. (Rasmus)
+
 - Added "max_file_uploads" INI directive, which can be set to limit the
   number of file uploads per-request to 20 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)
 - Added Collator::getSortKey for intl extension. (Stas)
-- Made it possible to disable post_max_size (Rasmus)
-
+
 - Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan)
 - Implemented FR #49253 (added support for libcurl's CERTINFO option).
   (Linus Nielsen Feltzing <li...@haxx.se>)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to