Skip to content

Commit 0361dbe

Browse files
UPGRADING and NEWS
1 parent dca9d4a commit 0361dbe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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).

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
========================================
4042
3. Changes in SAPI modules

0 commit comments

Comments
 (0)