@@ -14,13 +14,21 @@ PHP NEWS
1414 (nielsdos)
1515 . Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs).
1616 (nielsdos)
17+ . Fix is_zend_ptr() huge block comparison. (nielsdos)
18+
19+ - Curl:
20+ . Fix various memory leaks in curl mime handling. (nielsdos)
1721
1822- FPM:
1923 . Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). (Jakub Zelenka)
2024
2125- GD:
2226 . Fixed GH-16776 (imagecreatefromstring overflow). (David Carlier)
2327
28+ - GMP:
29+ . Revert gmp_pow() overly restrictive overflow checks.
30+ (David Carlier)
31+
2432- Hash:
2533 . Fixed GH-16711: Segfault in mhash(). (Girgias)
2634
@@ -29,6 +37,7 @@ PHP NEWS
2937 (nielsdos, Dmitry)
3038 . Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads).
3139 (dktapps)
40+ . Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). (nielsdos)
3241
3342- OpenSSL:
3443 . Prevent unexpected array entry conversion when reading key. (nielsdos)
@@ -42,10 +51,17 @@ PHP NEWS
4251 . Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks).
4352 (nielsdos, Hans Krentel)
4453
54+ - PHPDBG:
55+ . Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()).
56+ (nielsdos)
57+
4558- SimpleXML:
4659 . Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator
4760 ->current() with a xml element input). (nielsdos)
4861
62+ - Windows:
63+ . Fixed bug GH-16849 (Error dialog causes process to hang). (cmb)
64+
496521 Nov 2024, PHP 8.2.26
5066
5167- CLI:
@@ -117,9 +133,13 @@ PHP NEWS
117133 (nielsdos)
118134
119135- GMP:
136+ . Fixed floating point exception bug with gmp_pow when using
137+ large exposant values. (David Carlier).
120138 . Fixed bug GH-16411 (gmp_export() can cause overflow). (cmb)
121139 . Fixed bug GH-16501 (gmp_random_bits() can cause overflow).
122140 (David Carlier)
141+ . Fixed gmp_pow() overflow bug with large base/exponents.
142+ (David Carlier)
123143 . Fixed segfaults and other issues related to operator overloading with
124144 GMP objects. (Girgias)
125145
0 commit comments