summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-04-03 11:29:38 +0200
committerAnatol Belski <ab@php.net>2018-04-03 11:29:38 +0200
commit062f93c93e6aeeda4bedbfcd9a100ab8e01f2180 (patch)
tree0314fcf2e4507f40436cf080dd428cf5aca7db64
parent5cd94db8bbae1173ec68b0e14b465e5be0f789e7 (diff)
downloadphp-git-062f93c93e6aeeda4bedbfcd9a100ab8e01f2180.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce6fb2a05c..800a4f122a 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,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).