summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-12-03 14:51:03 -0800
committerAdam Harvey <aharvey@php.net>2013-12-03 14:51:03 -0800
commit6f52f566f3d3a08418917baa6b659249a39c3f18 (patch)
treec91baf7d7033200dfe25e80e1f17d6ddabbdd6bd /NEWS
parentffbb56685ff316e89161a80911b71039e4544184 (diff)
parentd1314893fd1325ca6aa0831101896e31135a2658 (diff)
downloadphp-git-6f52f566f3d3a08418917baa6b659249a39c3f18.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 792aa2727c..88a7129739 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ PHP NEWS
. Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
Produces invalid Markup). (Mike)
+- Filter:
+ . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
+
- Sockets:
. Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)