1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ????, PHP 8.3.0RC5
3
+ ?? ??? ????, PHP 8.3.0RC6
4
4
5
5
- Core:
6
- . Fixed double-free of non-interned enum case name. (ilutov)
7
- . Fixed bug GH-12457 (Incorrect result of stripos with single character
8
- needle). (SakiTakamachi)
9
- . Fixed bug GH-12468 (Double-free of doc_comment when overriding static
10
- property via trait). (ilutov)
11
6
. Fixed segfault caused by weak references to FFI objects. (sj-i)
12
7
. Fixed max_execution_time: don't delete an unitialized timer. (Kévin Dunglas)
13
8
. Fixed bug GH-12558 (Arginfo soft-breaks with namespaced class return type
14
9
if the class name starts with N). (kocsismate)
15
10
. Fixed oss-fuzz #63802 (OP1 leak in error path of post inc/dec). (ilutov)
16
11
17
12
- DOM:
18
- . Fix registerNodeClass with abstract class crashing. (nielsdos)
19
- . Fix compile error when php_libxml.h header is included in C++.
20
- (Remi, nielsdos)
21
13
. Add missing NULL pointer error check. (icy17)
22
14
. Fixed bug #47531 (No way of removing redundant xmlns: declarations).
23
15
(nielsdos)
24
16
. Fix validation logic of php:function() callbacks. (nielsdos)
25
17
26
- - Fiber:
27
- . Fixed bug GH-11121 (ReflectionFiber segfault). (danog, trowski, bwoebi)
28
-
29
18
- FPM:
30
19
. Fixed bug GH-9921 (Loading ext in FPM config does not register module
31
20
handlers). (Jakub Zelenka)
32
- . Fixed bug GH-12232 (FPM: segfault dynamically loading extension without
33
- opcache). (Jakub Zelenka)
34
21
. Fixed bug #76922 (FastCGI terminates conn after FCGI_GET_VALUES).
35
22
(Jakub Zelenka)
36
23
37
24
- Intl:
38
25
. Removed the BC break on IntlDateFormatter::construct which threw an
39
26
exception with an invalid locale. (David Carlier)
40
27
28
+ - Opcache:
29
+ . Fixed COPY_TMP type inference for references. (ilutov)
30
+
31
+ - PCRE:
32
+ . Fixed bug GH-11374 (Backport upstream fix, Different preg_match result
33
+ with -d pcre.jit=0). (mvorisek)
34
+
35
+ - SOAP:
36
+ . Fix potential crash with an edge case of persistent encoders. (nielsdos)
37
+ . Fixed bug #75306 (Memleak in SoapClient). (nielsdos)
38
+
39
+ - XMLReader:
40
+ . Add missing NULL pointer error check. (icy17)
41
+
42
+ - XMLWriter:
43
+ . Add missing NULL pointer error check. (icy17)
44
+
45
+ - XSL:
46
+ . Fix validation logic of php:function() callbacks. (nielsdos)
47
+
48
+
49
+ 26 Oct 2023, PHP 8.3.0RC5
50
+
51
+ - Core:
52
+ . Fixed double-free of non-interned enum case name. (ilutov)
53
+ . Fixed bug GH-12457 (Incorrect result of stripos with single character
54
+ needle). (SakiTakamachi)
55
+ . Fixed bug GH-12468 (Double-free of doc_comment when overriding static
56
+ property via trait). (ilutov)
57
+
58
+ - DOM:
59
+ . Fix registerNodeClass with abstract class crashing. (nielsdos)
60
+ . Fix compile error when php_libxml.h header is included in C++.
61
+ (Remi, nielsdos)
62
+
63
+ - Fiber:
64
+ . Fixed bug GH-11121 (ReflectionFiber segfault). (danog, trowski, bwoebi)
65
+
66
+ - FPM:
67
+ . Fixed bug GH-12232 (FPM: segfault dynamically loading extension without
68
+ opcache). (Jakub Zelenka)
69
+
41
70
- Opcache:
42
71
. Added warning when JIT cannot be enabled. (danog)
43
72
. Fixed bug GH-8143 (Crashes in zend_accel_inheritance_cache_find since
44
73
upgrading to 8.1.3 due to corrupt on-disk file cache). (turchanov)
45
- . Fixed COPY_TMP type inference for references. (ilutov)
46
74
47
75
- OpenSSL:
48
76
. Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify).
49
77
(Jakub Zelenka)
50
78
51
- - PCRE:
52
- . Fixed bug GH-11374 (Backport upstream fix, Different preg_match result
53
- with -d pcre.jit=0). (mvorisek)
54
-
55
79
- Random:
56
80
. Fix Randomizer::getFloat() returning incorrect results under
57
81
certain circumstances. (timwolla)
@@ -65,22 +89,13 @@ PHP NEWS
65
89
. Fix incorrect uri check in SOAP caching. (nielsdos)
66
90
. Fix segfault and assertion failure with refcounted props and arrays.
67
91
(nielsdos)
68
- . Fix potential crash with an edge case of persistent encoders. (nielsdos)
69
- . Fixed bug #75306 (Memleak in SoapClient). (nielsdos)
70
92
71
93
- Streams:
72
94
. Fixed bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers).
73
95
(Jakub Zelenka)
74
96
75
- - XMLReader:
76
- . Add missing NULL pointer error check. (icy17)
77
-
78
- - XMLWriter:
79
- . Add missing NULL pointer error check. (icy17)
80
-
81
97
- XSL:
82
98
. Add missing module dependency. (nielsdos)
83
- . Fix validation logic of php:function() callbacks. (nielsdos)
84
99
85
100
12 Oct 2023, PHP 8.3.0RC4
86
101
0 commit comments