Commit b3c55583e81 for php.net
commit b3c55583e816f80d0347b63a00077ea9eb2b89a7
Author: Arnaud Le Blanc <arnaud.lb@gmail.com>
Date: Fri Aug 14 10:34:08 2026 +0200
[ci skip] NEWS
diff --git a/NEWS b/NEWS
index db0775ae7f4..1f1aab1cd07 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or
next() call on the inner generator). (iliaal)
+- Opcache:
+ . Fixed opcache.protect_memory race under ZTS. (realFlowControl)
+
- Zip:
. Fixed ZipArchive::extractTo() and ZipArchive::getFrom*() reporting success
on corrupted entries. (David Carlier)