Skip to content

Commit 517411d

Browse files
committed
Prepare NEWS for PHP 8.3.0RC4
1 parent 6a2b885 commit 517411d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

NEWS

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.3.0RC3
3+
?? ??? ????, PHP 8.3.0RC4
4+
5+
- CType:
6+
. Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater).
7+
(nielsdos)
8+
9+
- DOM:
10+
. Restore old namespace reconciliation behaviour. (nielsdos)
11+
12+
- MySQLnd:
13+
. Fixed bug GH-12297 (PHP Startup: Invalid library (maybe not a PHP library)
14+
'mysqlnd.so' in Unknown on line). (nielsdos)
15+
16+
28 Sep 2023, PHP 8.3.0RC3
417

518
- Core:
619
. Fixed bug GH-12189 (#[Override] attribute in trait does not check for
@@ -13,13 +26,6 @@ PHP NEWS
1326
(rioderelfte)
1427
. Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
1528

16-
- CType:
17-
. Fixed bug GH-11997 (ctype_alnum 5 times slower in PHP 8.1 or greater).
18-
(nielsdos)
19-
20-
- DOM:
21-
. Restore old namespace reconciliation behaviour. (nielsdos)
22-
2329
- Filter:
2430
. Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)
2531

@@ -33,10 +39,6 @@ PHP NEWS
3339
. Fixed bug GH-12282 (IntlDateFormatter::construct should throw an exception
3440
on an invalid locale). (David Carlier)
3541

36-
- MySQLnd:
37-
. Fixed bug GH-12297 (PHP Startup: Invalid library (maybe not a PHP library)
38-
'mysqlnd.so' in Unknown on line). (nielsdos)
39-
4042
- SimpleXML:
4143
. Fixed bug GH-12170 (Can't use xpath with comments in SimpleXML). (nielsdos)
4244
. Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called

0 commit comments

Comments
 (0)