File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ PHP NEWS
31
31
(Laruence)
32
32
. Implemented FR #55716 (Add an option to pass a custom stream context to
33
33
get_headers()). (Ferenc)
34
+ . Additional validation for parse_url() for login/pass components).
35
+ (Ilia) (Julien)
34
36
. Implemented FR #69359 (Provide a way to fetch the current environment
35
37
variables). (Ferenc)
36
38
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ PHP 7.1 UPGRADE NOTES
55
55
- pg_fetch_all() accepts 2nd optional result type parameter like
56
56
pg_fetch_row().
57
57
- pg_select() accepts 4th optional result type parameter like pg_fetch_row().
58
+ - parse_url() is more restrictive now and supports RFC3986.
58
59
59
60
========================================
60
61
6. New Functions
You can’t perform that action at this time.
0 commit comments