Skip to content

Commit 04b63f9

Browse files
committed
Added missing NEWS entries for alpha2
1 parent ce1d787 commit 04b63f9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1933
02 Jul 2026, PHP 8.6.0alpha1
2034

2135
- Core:

0 commit comments

Comments
 (0)