11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3- 21 Nov 2024, PHP 8.3.14
3+ 19 Dec 2024, PHP 8.3.15
4+
5+ - Calendar:
6+ . Fixed jdtogregorian overflow. (David Carlier)
7+ . Fixed cal_to_jd julian_days argument overflow. (David Carlier)
8+
9+ - COM:
10+ . Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).
11+ (cmb)
12+
13+ - Core:
14+ . Fail early in *nix configuration build script. (hakre)
15+ . Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm
16+ (frankenphp)). (nielsdos)
17+ . Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469).
18+ (nielsdos)
19+ . Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs).
20+ (nielsdos)
21+ . Fix is_zend_ptr() huge block comparison. (nielsdos)
22+ . Fixed potential OOB read in zend_dirname() on Windows. (cmb)
23+
24+ - Curl:
25+ . Fixed bug GH-16802 (open_basedir bypass using curl extension). (nielsdos)
26+ . Fix various memory leaks in curl mime handling. (nielsdos)
27+
28+ - DOM:
29+ . Fixed bug GH-16777 (Calling the constructor again on a DOM object after it
30+ is in a document causes UAF). (nielsdos)
31+ . Fixed bug GH-16906 (Reloading document can cause UAF in iterator).
32+ (nielsdos)
33+
34+ - FPM:
35+ . Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). (Jakub Zelenka)
36+
37+ - GD:
38+ . Fixed GH-16776 (imagecreatefromstring overflow). (David Carlier)
39+
40+ - GMP:
41+ . Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)).
42+ (cmb)
43+
44+ - Hash:
45+ . Fixed GH-16711: Segfault in mhash(). (Girgias)
46+
47+ - Opcache:
48+ . Fixed bug GH-16770 (Tracing JIT type mismatch when returning UNDEF).
49+ (nielsdos, Dmitry)
50+ . Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads).
51+ (dktapps)
52+ . Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). (nielsdos)
53+
54+ - OpenSSL:
55+ . Prevent unexpected array entry conversion when reading key. (nielsdos)
56+ . Fix various memory leaks related to openssl exports. (nielsdos)
57+ . Fix memory leak in php_openssl_pkey_from_zval(). (nielsdos)
58+
59+ - PDO:
60+ . Fixed memory leak of `setFetchMode()`. (SakiTakamachi)
61+
62+ - Phar:
63+ . Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks).
64+ (nielsdos, Hans Krentel)
65+
66+ - PHPDBG:
67+ . Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()).
68+ (nielsdos)
69+
70+ - SAPI:
71+ . Fixed bug GH-16998 (UBSAN warning in rfc1867). (nielsdos)
72+
73+ - SimpleXML:
74+ . Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator
75+ ->current() with a xml element input). (nielsdos)
76+
77+ - SOAP:
78+ . Fix make check being invoked in ext/soap. (Ma27)
79+
80+ - Standard:
81+ . Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF
82+ properties). (nielsdos)
83+ . Fixed bug GH-16957 (Assertion failure in array_shift with
84+ self-referencing array). (nielsdos)
85+
86+ - Streams:
87+ . Fixed network connect poll interuption handling. (Jakub Zelenka)
88+
89+ - Windows:
90+ . Fixed bug GH-16849 (Error dialog causes process to hang). (cmb)
91+
92+ 07 Nov 2024, PHP 8.3.14RC1
493
594- CLI:
695 . Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server
@@ -22,6 +111,8 @@ PHP NEWS
22111 . Fixed bug GH-16508 (Incorrect line number in inheritance errors of delayed
23112 early bound classes). (ilutov)
24113 . Fixed bug GH-16648 (Use-after-free during array sorting). (ilutov)
114+ . Fixed bug GH-15915 (overflow with a high value for precision INI).
115+ (David Carlier / cmb)
25116
26117- Curl:
27118 . Fixed bug GH-16302 (CurlMultiHandle holds a reference to CurlHandle if
0 commit comments