]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Tue, 23 Jun 2015 17:44:22 +0000 (19:44 +0200)
committerChristoph M. Becker <cmb@php.net>
Tue, 23 Jun 2015 17:44:22 +0000 (19:44 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9d4ae8614db023223386377545bd3e8a2461f121..f6d6eafebbb401b6d0576ed8e9bd08fa3ed89c4e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,8 @@
   . Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
   
 - PCRE:
+  . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
+    string). (cmb)
   . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
 
 - PDO_pgsql: