summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 19:44:22 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 19:44:22 +0200
commite08d27d650a97e8a27f471f30b7a1b021f43cf75 (patch)
tree58e697d46eb498f02a299cfc20338aacf2a67ae2
parentca049e0ae97d5a176214ef3c97962093de1a7f49 (diff)
downloadphp-git-e08d27d650a97e8a27f471f30b7a1b021f43cf75.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d4ae8614d..f6d6eafebb 100644
--- 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: