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 @@ -12,6 +12,7 @@ PHP NEWS
1212 . Added void return type. (Andrea)
1313 . Added support for negative string offsets in string offset syntax and
1414 various string functions. (Francois)
15+ . Added a form of the list() construct where keys can be specified. (Andrea)
1516
1617- FTP:
1718 . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ PHP 7.1 UPGRADE NOTES
3535 . String offset access now supports negative references, which will be
3636 counted from the end of the string.
3737 (RFC: https://wiki.php.net/rfc/negative-string-offsets)
38+ . Added a form of the list() construct where keys can be specified.
39+ (RFC: https://wiki.php.net/rfc/list_keys)
3840
3941========================================
40423. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments