summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2017-04-13 13:25:13 +0200
committerJoe Watkins <krakjoe@php.net>2017-04-13 13:21:05 +0100
commitf05d74feb886acfd9c9828158ff9af532ff4a75f (patch)
tree126d933adcc5a7fa757f2a403a3cfdb1f684cbab /NEWS
parentda41afeb4867244c1e37bf00143319c342aac081 (diff)
downloadphp-git-f05d74feb886acfd9c9828158ff9af532ff4a75f.tar.gz
Fixed bug #74433 Wrong reflection on the Normalizer methods
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e4e1f49d6..d664db7e6a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ PHP NEWS
. Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
(krakjoe)
+- intl:
+ . Fixed bug #74433 (wrong reflection for Normalizer methods). (villfa)
+
- MySQLnd:
. Fixed bug #74376 (Invalid free of persistent results on error/connection
loss). (Yussuf Khalil)