@@ -6,49 +6,89 @@ PHP NEWS
6
6
. Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros)
7
7
(Saki Takamachi)
8
8
9
+ - Calendar:
10
+ . Fixed jdtogregorian overflow. (David Carlier)
11
+ . Fixed cal_to_jd julian_days argument overflow. (David Carlier)
12
+
9
13
- COM:
10
14
. Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).
11
15
(cmb)
12
16
13
17
- Core:
18
+ . Fail early in *nix configuration build script. (hakre)
14
19
. Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and
15
20
skipLazyInitialization() may change initialized proxy). (Arnaud)
21
+ . Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm
22
+ (frankenphp)). (nielsdos)
23
+ . Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469).
24
+ (nielsdos)
25
+ . Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs).
26
+ (nielsdos)
16
27
. Fix is_zend_ptr() huge block comparison. (nielsdos)
17
28
. Fixed potential OOB read in zend_dirname() on Windows. (cmb)
18
29
. Fixed bug GH-15964 (printf() can strip sign of -INF). (divinity76, cmb)
19
30
20
31
- Curl:
32
+ . Fixed bug GH-16802 (open_basedir bypass using curl extension). (nielsdos)
21
33
. Fix various memory leaks in curl mime handling. (nielsdos)
22
34
23
35
- DBA:
24
36
. Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using
25
37
resource ids) (kocsismate)
26
38
27
39
- DOM:
40
+ . Fixed bug GH-16777 (Calling the constructor again on a DOM object after it
41
+ is in a document causes UAF). (nielsdos)
28
42
. Fixed bug GH-16906 (Reloading document can cause UAF in iterator).
29
43
(nielsdos)
30
44
31
45
- FPM:
46
+ . Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). (Jakub Zelenka)
32
47
. Fixed bug GH-16932 (wrong FPM status output). (Jakub Zelenka, James Lucas)
33
48
49
+ - GD:
50
+ . Fixed GH-16776 (imagecreatefromstring overflow). (David Carlier)
51
+
34
52
- GMP:
35
53
. Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)).
36
54
(cmb)
37
55
56
+ - Hash:
57
+ . Fixed GH-16711: Segfault in mhash(). (Girgias)
58
+
38
59
- Opcache:
39
60
. Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads).
40
61
(dktapps)
41
62
. Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). (nielsdos)
42
63
. Fixed bug GH-16879 (JIT dead code skipping does not update call_level).
43
64
(nielsdos)
44
65
45
- - SAPI:
46
- . Fixed bug GH-16998 (UBSAN warning in rfc1867). (nielsdos)
66
+ - OpenSSL:
67
+ . Prevent unexpected array entry conversion when reading key. (nielsdos)
68
+ . Fix various memory leaks related to openssl exports. (nielsdos)
69
+ . Fix memory leak in php_openssl_pkey_from_zval(). (nielsdos)
70
+
71
+ - PDO:
72
+ . Fixed memory leak of `setFetchMode()`. (SakiTakamachi)
73
+
74
+ - Phar:
75
+ . Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks).
76
+ (nielsdos, Hans Krentel)
47
77
48
78
- PHPDBG:
49
79
. Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()).
50
80
(nielsdos)
51
81
82
+ - SAPI:
83
+ . Fixed bug GH-16998 (UBSAN warning in rfc1867). (nielsdos)
84
+
85
+ - SimpleXML:
86
+ . Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator
87
+ ->current() with a xml element input). (nielsdos)
88
+
89
+ - SOAP:
90
+ . Fix make check being invoked in ext/soap. (Ma27)
91
+
52
92
- Standard:
53
93
. Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF
54
94
properties). (nielsdos)
0 commit comments