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.3.2RC1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ab68199d4bba14b29b46937040f311414013c32;p=php News entry for post_max_size fix --- diff --git a/NEWS b/NEWS index 7f943285ba..e631fd8fce 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ PHP NEWS - 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).