11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+ 29 Aug 2024, PHP 8.3.11
4+
5+ - Core:
6+ . Fixed bug GH-15020 (Memory leak in Zend/Optimizer/escape_analysis.c).
7+ (nielsdos)
8+ . Fixed bug GH-15023 (Memory leak in Zend/zend_ini.c). (nielsdos)
9+ . Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally).
10+ (Peter Kokot)
11+ . Fix uninitialized memory in network.c. (nielsdos)
12+ . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
13+ (Arnaud)
14+ . Fixed bug GH-15275 (Crash during GC of suspended generator delegate).
15+ (Arnaud)
16+
17+ - Curl:
18+ . Fixed case when curl_error returns an empty string.
19+ (David Carlier)
20+
21+ - DOM:
22+ . Fix UAF when removing doctype and using foreach iteration. (nielsdos)
23+
24+ - FFI:
25+ . Fixed bug GH-14286 (ffi enum type (when enum has no name) make memory
26+ leak). (nielsdos, dstogov)
27+
28+ - Hash:
29+ . Fix crash when converting array data for array in shm in xxh3. (nielsdos)
30+
31+ - Intl:
32+ . Fixed bug GH-15087 (IntlChar::foldCase()'s $option is not optional). (cmb)
33+
34+ - Opcache:
35+ . Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4).
36+ (Bob)
37+ . Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
38+ (Arnaud, nielsdos)
39+
40+ - Output:
41+ . Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in
42+ ext/standard/url_scanner_ex.re). (nielsdos)
43+
44+ - PDO_Firebird:
45+ . Fix bogus fallthrough path in firebird_handle_get_attribute(). (nielsdos)
46+
47+ - PHPDBG:
48+ . Fixed bug GH-13199 (EOF emits redundant prompt in phpdbg local console mode
49+ with libedit/readline). (Peter Kokot)
50+ . Fixed bug GH-15268 (heap buffer overflow in phpdbg
51+ (zend_hash_num_elements() Zend/zend_hash.h)). (nielsdos)
52+ . Fixed bug GH-15210 use-after-free on watchpoint allocations. (nielsdos)
53+
54+ - Soap:
55+ . Fixed bug #55639 (Digest autentication dont work). (nielsdos)
56+ . Fix SoapFault property destruction. (nielsdos)
57+ . Fixed bug GH-15252 (SOAP XML broken since PHP 8.3.9 when using classmap
58+ constructor option). (nielsdos)
59+
60+ - Standard:
61+ . Fix passing non-finite timeout values in stream functions. (nielsdos)
62+ . Fixed GH-14780 p(f)sockopen timeout overflow. (David Carlier)
63+
64+ - Streams:
65+ . Fixed bug GH-15028 (Memory leak in ext/phar/stream.c). (nielsdos)
66+ . Fixed bug GH-15034 (Integer overflow on stream_notification_callback
67+ byte_max parameter with files bigger than 2GB). (nielsdos)
68+ . Reverted fix for GH-14930 (Custom stream wrapper dir_readdir output
69+ truncated to 255 characters). (Jakub Zelenka)
70+
71+ - Tidy:
72+ . Fix memory leaks in ext/tidy basedir restriction code. (nielsdos)
73+
37401 Aug 2024, PHP 8.3.10
475
576- Core:
@@ -12,6 +83,8 @@ PHP NEWS
1283 . Fixed bug GH-14741 (Segmentation fault in Zend/zend_types.h). (nielsdos)
1384 . Fixed bug GH-14969 (Use-after-free in property coercion with __toString()).
1485 (ilutov)
86+ . Fixed bug GH-14961 (Comment between -> and keyword results in parse error).
87+ (ilutov)
1588
1689- Dom:
1790 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
0 commit comments