From e649bf4aa6b9f45e08d1cedefcd8a0a82fdd356e Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 14 Jan 2009 10:51:35 +0000 Subject: [PATCH] Fix order --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1