File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.5.0beta3
4
4
5
+ - Core:
6
+ . Destructing non-array values (other than NULL) using [] or list() now
7
+ emits a warning. (Girgias)
8
+
5
9
- Opcache:
6
10
. Fixed bug GH-19486 (Incorrect opline after deoptimization). (Arnaud)
7
11
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ PHP 8.5 UPGRADE NOTES
52
52
. The disable_classes INI setting has been removed as it causes various
53
53
engine assumptions to be broken.
54
54
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
55
+ . Destructing non-array values (other than NULL) using [] or list() now
56
+ emits a warning.
57
+ RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values
55
58
56
59
- BZ2:
57
60
. bzcompress() now throws a ValueError when $block_size is not between
You can’t perform that action at this time.
0 commit comments