Skip to content

Commit ed88dae

Browse files
committed
missing news/upgrading entry
1 parent fba4391 commit ed88dae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
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)

UPGRADING

+1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)