From: Andrei Zmievski Date: Tue, 13 Jan 2009 19:25:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-5.2.9RC1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddccfe7a12d4cf73f38bceb008e691c03a42970e;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 64c1192cb4..38cf4f6ce7 100644 --- 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)