11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3- ?? ??? ????, PHP 8.3.0RC5
3+ ?? ??? ????, PHP 8.3.0RC6
44
55- 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)
116 . Fixed segfault caused by weak references to FFI objects. (sj-i)
127 . Fixed max_execution_time: don't delete an unitialized timer. (Kévin Dunglas)
138 . Fixed bug GH-12558 (Arginfo soft-breaks with namespaced class return type
149 if the class name starts with N). (kocsismate)
1510 . Fixed oss-fuzz #63802 (OP1 leak in error path of post inc/dec). (ilutov)
1611
1712- 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)
2113 . Add missing NULL pointer error check. (icy17)
2214 . Fixed bug #47531 (No way of removing redundant xmlns: declarations).
2315 (nielsdos)
2416 . Fix validation logic of php:function() callbacks. (nielsdos)
2517
26- - Fiber:
27- . Fixed bug GH-11121 (ReflectionFiber segfault). (danog, trowski, bwoebi)
28-
2918- FPM:
3019 . Fixed bug GH-9921 (Loading ext in FPM config does not register module
3120 handlers). (Jakub Zelenka)
32- . Fixed bug GH-12232 (FPM: segfault dynamically loading extension without
33- opcache). (Jakub Zelenka)
3421 . Fixed bug #76922 (FastCGI terminates conn after FCGI_GET_VALUES).
3522 (Jakub Zelenka)
3623
3724- Intl:
3825 . Removed the BC break on IntlDateFormatter::construct which threw an
3926 exception with an invalid locale. (David Carlier)
4027
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+
4170- Opcache:
4271 . Added warning when JIT cannot be enabled. (danog)
4372 . Fixed bug GH-8143 (Crashes in zend_accel_inheritance_cache_find since
4473 upgrading to 8.1.3 due to corrupt on-disk file cache). (turchanov)
45- . Fixed COPY_TMP type inference for references. (ilutov)
4674
4775- OpenSSL:
4876 . Fixed bug GH-12489 (Missing sigbio creation checking in openssl_cms_verify).
4977 (Jakub Zelenka)
5078
51- - PCRE:
52- . Fixed bug GH-11374 (Backport upstream fix, Different preg_match result
53- with -d pcre.jit=0). (mvorisek)
54-
5579- Random:
5680 . Fix Randomizer::getFloat() returning incorrect results under
5781 certain circumstances. (timwolla)
@@ -65,22 +89,13 @@ PHP NEWS
6589 . Fix incorrect uri check in SOAP caching. (nielsdos)
6690 . Fix segfault and assertion failure with refcounted props and arrays.
6791 (nielsdos)
68- . Fix potential crash with an edge case of persistent encoders. (nielsdos)
69- . Fixed bug #75306 (Memleak in SoapClient). (nielsdos)
7092
7193- Streams:
7294 . Fixed bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers).
7395 (Jakub Zelenka)
7496
75- - XMLReader:
76- . Add missing NULL pointer error check. (icy17)
77-
78- - XMLWriter:
79- . Add missing NULL pointer error check. (icy17)
80-
8197- XSL:
8298 . Add missing module dependency. (nielsdos)
83- . Fix validation logic of php:function() callbacks. (nielsdos)
8499
8510012 Oct 2023, PHP 8.3.0RC4
86101
0 commit comments