jani Wed Jan 14 10:51:35 2009 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: Fix order http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1391&r2=1.2027.2.547.2.1392&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1391 php-src/NEWS:1.2027.2.547.2.1392 --- php-src/NEWS:1.2027.2.547.2.1391 Tue Jan 13 19:25:20 2009 +++ php-src/NEWS Wed Jan 14 10:51:35 2009 @@ -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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php