]> granicus.if.org Git - php/commitdiff
News entry for post_max_size fix
authorRasmus Lerdorf <rasmus@php.net>
Tue, 17 Nov 2009 20:41:47 +0000 (20:41 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 17 Nov 2009 20:41:47 +0000 (20:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7f943285ba11beb76ff44d82d85a18347cb798f4..e631fd8fce06aea31b0a542b9f5cf5d713a1e8ae 100644 (file)
--- 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).