summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-28 11:43:54 +0200
committerAnatol Belski <ab@php.net>2017-03-28 11:43:54 +0200
commit6f2d33a2397777056c8dea0e05ca4b8ffae3248f (patch)
tree9c7cf663590d8d254cab56ddf2a03942f979529b
parent6508320936ab5e9694b7d282a57462179a0fb1bc (diff)
downloadphp-git-6f2d33a2397777056c8dea0e05ca4b8ffae3248f.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ae0f6e096e..c0220fd8d4 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ PHP NEWS
. Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*).
(somedaysummer)
+- iconv:
+ . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol)
+
- Opcache:
. Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7
with huge classes). (Nikita)