Skip to content

Commit 96c1325

Browse files
author
Julien Pauli
committed
Updated NEWS
1 parent b92ae5d commit 96c1325

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ PHP NEWS
3131
(Laruence)
3232
. Implemented FR #55716 (Add an option to pass a custom stream context to
3333
get_headers()). (Ferenc)
34+
. Additional validation for parse_url() for login/pass components).
35+
(Ilia) (Julien)
3436
. Implemented FR #69359 (Provide a way to fetch the current environment
3537
variables). (Ferenc)
3638

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ PHP 7.1 UPGRADE NOTES
5555
- pg_fetch_all() accepts 2nd optional result type parameter like
5656
pg_fetch_row().
5757
- pg_select() accepts 4th optional result type parameter like pg_fetch_row().
58+
- parse_url() is more restrictive now and supports RFC3986.
5859

5960
========================================
6061
6. New Functions

0 commit comments

Comments
 (0)