]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Tue, 22 Dec 2015 17:12:46 +0000 (18:12 +0100)
committerJulien Pauli <jpauli@php.net>
Tue, 22 Dec 2015 17:12:56 +0000 (18:12 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 6f36391ec5629356d74f886de736eb9daf34fd9a..c3261e08e0be3a17918cf6f633384962fef787c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ PHP                                                                        NEWS
     (Laruence)
   . Implemented FR #55716 (Add an option to pass a custom stream context to
     get_headers()). (Ferenc)
+  . Additional validation for parse_url() for login/pass components).
+    (Ilia) (Julien)
   . Implemented FR #69359 (Provide a way to fetch the current environment
     variables). (Ferenc)
 
index 6640d163452bd8b396e48f4d84168dea52ed1cea..f4c4765c4aeb78e23755be8a5ece2b3df3004aac 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -55,6 +55,7 @@ PHP 7.1 UPGRADE NOTES
 - pg_fetch_all() accepts 2nd optional result type parameter like
   pg_fetch_row().
 - pg_select() accepts 4th optional result type parameter like pg_fetch_row().
+- parse_url() is more restrictive now and supports RFC3986.
 
 ========================================
 6. New Functions