We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142a0e3 commit 1987fcaCopy full SHA for 1987fca
UPGRADING
@@ -24,6 +24,9 @@ PHP 8.0 UPGRADE NOTES
24
. Removed track_errors ini directive. This means that $php_errormsg is no
25
longer available. The error_get_last() function may be used instead.
26
. 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
30
31
- GD:
32
. The deprecated function image2wbmp() has been removed.
0 commit comments