summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 19:32:18 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 19:32:18 +0200
commit1cbcbcbc219908e32d96d4d1fefbbb9a0ee7a3cf (patch)
tree02560a56411bcb06524735ae7ad4f685b5ec7250
parent23e25f3319db021298310fb97cf537bcef4095ad (diff)
downloadphp-git-1cbcbcbc219908e32d96d4d1fefbbb9a0ee7a3cf.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da06e7fcfd..2ac1aff9f5 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
- 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: