From: Jani Taskinen Date: Wed, 14 Jan 2009 10:51:35 +0000 (+0000) Subject: Fix order X-Git-Tag: php-5.2.9RC1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e649bf4aa6b9f45e08d1cedefcd8a0a82fdd356e;p=php Fix order --- diff --git a/NEWS b/NEWS index 38cf4f6ce7..2ccb381951 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.2.9 -- Fixed bug #44336 (Improve pcre UTF-8 string matching performance). - (frode at coretrek dot com, Nuno) - Changed __call() to be invoked on private/protected method access, similar to properties and __get(). (Andrei) @@ -53,6 +51,8 @@ PHP NEWS - Fixed bug #45996 (libxml2 2.7 causes breakage with character data in xml_parse()). (Rob) - Fixed bug #45161 (Reusing a curl handle leaks memory). (Mark Karpeles, Jani) +- Fixed bug #44336 (Improve pcre UTF-8 string matching performance). + (frode at coretrek dot com, Nuno) - Fixed bug #35975 (Session cookie expires date format isn't the most compatible. Now matches that of setcookie()). (Scott)