File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33?? ??? ????, PHP 8.1.0alpha2
44
5+ - Core:
6+ . Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
7+
58- Opcache:
69 . Fixed bug #81133 (building opcache with phpize fails). (krakjoe)
710 . Fixed bug #81136 (opcache header not installed). (krakjoe)
Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ PHP 8.1 UPGRADE NOTES
312312 e.g. a truncation from 1.9 to 1, is deprecated. This affects array keys,
313313 int parameter and return types, and operators working on integers.
314314 RFC: https://wiki.php.net/rfc/implicit-float-int-deprecate
315+ . returning a non-array from __sleep will raise a warning
315316
316317- MySQLi:
317318 . The mysqli_driver::$driver_version property has been deprecated. The driver
You can’t perform that action at this time.
0 commit comments