From: Rasmus Lerdorf Date: Tue, 17 Nov 2009 20:41:47 +0000 (+0000) Subject: News entry for post_max_size fix X-Git-Tag: php-5.2.12RC2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a7db580967d242a06227d9ffea756f5e555b1fa;p=php News entry for post_max_size fix --- diff --git a/NEWS b/NEWS index bb6026c29b..fac6652f10 100644 --- a/NEWS +++ b/NEWS @@ -3,12 +3,15 @@ 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) + - Fixed bug #50174 (Incorrectly matched docComment). (Felipe) - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?). (Pierrick) - Fixed bug #49521 (PDO fetchObject sets values before calling constructor). (Pierrick) + 12 Nov 2009, PHP 5.2.12RC1 - Updated timezone database to version 2009.18 (2009r). (Derick)