From ed88daecf49a281e2ca3f40cbf7be19e22a57102 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 18 Jun 2021 11:24:53 +0200 Subject: [PATCH] missing news/upgrading entry --- NEWS | 3 +++ UPGRADING | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index e87111ca4c0..d2ae82230bc 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/UPGRADING b/UPGRADING index a9eb6b42e37..7d9b96c273a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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