From 517411d2fbdfb8ff3620858a4230c3058723b836 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Fri, 29 Sep 2023 11:38:28 +0100 Subject: [PATCH] Prepare NEWS for PHP 8.3.0RC4 --- NEWS | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 13d668b7665..26fad472919 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.3.0RC3 +?? ??? ????, PHP 8.3.0RC4 + +- CType: + . Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater). + (nielsdos) + +- DOM: + . Restore old namespace reconciliation behaviour. (nielsdos) + +- MySQLnd: + . Fixed bug GH-12297 (PHP Startup: Invalid library (maybe not a PHP library) + 'mysqlnd.so' in Unknown on line). (nielsdos) + +28 Sep 2023, PHP 8.3.0RC3 - Core: . Fixed bug GH-12189 (#[Override] attribute in trait does not check for @@ -13,13 +26,6 @@ PHP NEWS (rioderelfte) . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky) -- CType: - . Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater). - (nielsdos) - -- DOM: - . Restore old namespace reconciliation behaviour. (nielsdos) - - Filter: . Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov) @@ -33,10 +39,6 @@ PHP NEWS . Fixed bug GH-12282 (IntlDateFormatter::construct should throw an exception on an invalid locale). (David Carlier) -- MySQLnd: - . Fixed bug GH-12297 (PHP Startup: Invalid library (maybe not a PHP library) - 'mysqlnd.so' in Unknown on line). (nielsdos) - - SimpleXML: . Fixed bug GH-12170 (Can't use xpath with comments in SimpleXML). (nielsdos) . Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called