News entry for post_max_size fix

This commit is contained in:
Rasmus Lerdorf 2009-11-17 20:41:47 +00:00
parent 2e9c3ed919
commit 0ab68199d4

1
NEWS
View File

@ -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).