File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.1.0alpha2
4
4
5
+ - Core:
6
+ . Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
7
+
5
8
- Opcache:
6
9
. Fixed bug #81133 (building opcache with phpize fails). (krakjoe)
7
10
. 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
312
312
e.g. a truncation from 1.9 to 1, is deprecated. This affects array keys,
313
313
int parameter and return types, and operators working on integers.
314
314
RFC: https://wiki.php.net/rfc/implicit-float-int-deprecate
315
+ . returning a non-array from __sleep will raise a warning
315
316
316
317
- MySQLi:
317
318
. The mysqli_driver::$driver_version property has been deprecated. The driver
You can’t perform that action at this time.
0 commit comments