File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,27 @@ PHP NEWS
99 . Fixed bug GH-11020 (exif_read_data() emits a spurious "Illegal IFD size"
1010 warning when an IFD is not followed by a next-IFD offset). (Eyüp Can Akman)
1111
12+ - Opcache:
13+ . Fixed bug GH-21770 (Infinite recursion in property hook getter in opcache
14+ preloaded trait). (iliaal)
15+
1216- OpenSSL:
17+ . Fixed timeout for supplemental read at end of a blocking stream in SSL
18+ stream wrapper. (ilutov)
1319 . Fixed stream_socket_get_crypto_status() after supplemental read. (ilutov)
1420
21+ - PDO_ODBC:
22+ . Fixed bug GH-20726 (Crash with ODBC connection pooling when the DSN
23+ carries no credentials). (iliaal)
24+
1525- Session:
1626 . Fixed bug GH-21314 (Different session garbage collector behavior between
1727 PHP 8.3 and PHP 8.5). (jorgsowa)
1828
29+ - Streams:
30+ . Fixed bug GH-21468 (Segfault in file_get_contents w/ a https URL
31+ and a proxy set). (CVE-2026-12184) (ndossche)
32+
193302 Jul 2026, PHP 8.6.0alpha1
2034
2135- Core:
You can’t perform that action at this time.
0 commit comments