summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-04-03 11:28:19 +0200
committerAnatol Belski <ab@php.net>2018-04-03 11:28:19 +0200
commitc3fa86867bcb4f850bc8619a3656ffa06af55630 (patch)
tree13db7d9d525d6574483bc10297ce079621e179c9
parent2bd299f7318492fd7e5cafffa562d76ba60e69d4 (diff)
downloadphp-git-c3fa86867bcb4f850bc8619a3656ffa06af55630.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index caccc93912..22b6d86c3e 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
(cmb)
+- intl:
+ . Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)
+
- mbstring:
. Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
. Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).