From: Jani Taskinen Date: Wed, 18 Nov 2009 17:59:18 +0000 (+0000) Subject: - Fix news X-Git-Tag: php-5.2.12RC2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237feb2149186c63141b0d4744ebf64c0334762a;p=php - Fix news --- diff --git a/NEWS b/NEWS index b29c0fe50f..14e1b11daa 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ PHP NEWS ?? 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)