Commit 04b63f9f67d for php.net

commit 04b63f9f67d05f79c4c0d8f180efb86b11a98713
Author: Matteo Beccati <mbeccati@php.net>
Date:   Thu Jul 2 13:16:30 2026 +0200

    Added missing NEWS entries for alpha2

diff --git a/NEWS b/NEWS
index 5f3ea1ff3f6..aa6f7f81a89 100644
--- a/NEWS
+++ b/NEWS
@@ -9,13 +9,27 @@ PHP                                                                        NEWS
   . Fixed bug GH-11020 (exif_read_data() emits a spurious "Illegal IFD size"
     warning when an IFD is not followed by a next-IFD offset). (Eyüp Can Akman)

+- Opcache:
+  . Fixed bug GH-21770 (Infinite recursion in property hook getter in opcache
+    preloaded trait). (iliaal)
+
 - OpenSSL:
+  . Fixed timeout for supplemental read at end of a blocking stream in SSL
+    stream wrapper. (ilutov)
   . Fixed stream_socket_get_crypto_status() after supplemental read. (ilutov)

+- PDO_ODBC:
+  . Fixed bug GH-20726 (Crash with ODBC connection pooling when the DSN
+    carries no credentials). (iliaal)
+
 - Session:
   . Fixed bug GH-21314 (Different session garbage collector behavior between
     PHP 8.3 and PHP 8.5). (jorgsowa)

+- Streams:
+  . Fixed bug GH-21468 (Segfault in file_get_contents w/ a https URL
+    and a proxy set). (CVE-2026-12184) (ndossche)
+
 02 Jul 2026, PHP 8.6.0alpha1

 - Core: