From: Jani Taskinen Date: Thu, 24 Sep 2009 22:40:15 +0000 (+0000) Subject: fn X-Git-Tag: php-5.3.2RC1~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a95cb8938c89ca15da1acdd64794287a67f1d3b;p=php fn --- diff --git a/NEWS b/NEWS index e2da0c59ff..cb94337916 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2009, PHP 5.3.2 +?? ??? 20??, PHP 5.3.2 - Added ReflectionMethod::setAccessible() for invoking non-public methods through the Reflection API. (Sebastian) + +- Implemented FR #49571 (CURLOPT_POSTREDIR not implemented). (Sriram Natarajan) - Implemented FR #49253 (added support for libcurl's CERTINFO option). (Linus Nielsen Feltzing ) @@ -10,8 +12,6 @@ PHP NEWS - Fixed bug #49630 (imap_listscan function missing). (Felipe) - Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set"). (Felipe) -- Fixed bug #49571 (CURLOPT_POSTREDIR not implemented). - (Sriram Natarajan) ?? ??? 2009, PHP 5.3.1RC? <- WHY IS THIS HERE? Gonna be released after 5.3.1 or what??