Skip to content

Commit 1987fca

Browse files
committed
Added notice to UPGRADING
1 parent 142a0e3 commit 1987fca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ PHP 8.0 UPGRADE NOTES
2424
. Removed track_errors ini directive. This means that $php_errormsg is no
2525
longer available. The error_get_last() function may be used instead.
2626
. Removed create_function(). Anonymous functions may be used instead.
27+
. Any array that has a number n as its first numeric key will use n+1 for
28+
its next implicit key. Even if n is negative.
29+
RFC: https://wiki.php.net/rfc/negative_array_index
2730

2831
- GD:
2932
. The deprecated function image2wbmp() has been removed.

0 commit comments

Comments
 (0)