]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Tue, 13 Jan 2009 19:25:20 +0000 (19:25 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 13 Jan 2009 19:25:20 +0000 (19:25 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 64c1192cb4884aae228b8c24da6198a8b4a0ba99..38cf4f6ce76572b10efedce15c2bbb2805476c0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 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)