1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

missing news/upgrading entry

This commit is contained in:
Joe Watkins
2021-06-18 11:24:53 +02:00
parent fba439196e
commit ed88daecf4
2 changed files with 4 additions and 0 deletions

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.1.0alpha2
- Core:
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
- Opcache:
. Fixed bug #81133 (building opcache with phpize fails). (krakjoe)
. Fixed bug #81136 (opcache header not installed). (krakjoe)

View File

@@ -312,6 +312,7 @@ PHP 8.1 UPGRADE NOTES
e.g. a truncation from 1.9 to 1, is deprecated. This affects array keys,
int parameter and return types, and operators working on integers.
RFC: https://wiki.php.net/rfc/implicit-float-int-deprecate
. returning a non-array from __sleep will raise a warning
- MySQLi:
. The mysqli_driver::$driver_version property has been deprecated. The driver