summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-01 11:33:39 +0200
committerAnatol Belski <ab@php.net>2018-09-01 11:33:39 +0200
commitbcfe5f58451d574480453b98b02e2b4bd46df687 (patch)
tree5510691e7d205f3dcbac2c9446003e856a80b00c
parent4a43e5fb4f59bd4679f5233cc39f1a5b79820fdf (diff)
downloadphp-git-bcfe5f58451d574480453b98b02e2b4bd46df687.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97b44fb71b..b1fedf3a21 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed bug #76820 (Z_COPYABLE invalid definition). (mvdwerve, cmb)
+- intl:
+ . Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
+ function). (Anatol)
+
- Standard:
. Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
. Fixed bug #76818 (Memory corruption and segfault). (Remi)