File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
4
17
5
18
- Core:
6
19
. Fixed bug GH-12189 (#[Override] attribute in trait does not check for
@@ -13,13 +26,6 @@ PHP NEWS
13
26
(rioderelfte)
14
27
. Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
15
28
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
-
23
29
- Filter:
24
30
. Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)
25
31
@@ -33,10 +39,6 @@ PHP NEWS
33
39
. Fixed bug GH-12282 (IntlDateFormatter::construct should throw an exception
34
40
on an invalid locale). (David Carlier)
35
41
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
-
40
42
- SimpleXML:
41
43
. Fixed bug GH-12170 (Can't use xpath with comments in SimpleXML). (nielsdos)
42
44
. Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called
You can’t perform that action at this time.
0 commit comments