[php-src] PHP-8.4: [ci skip] NEWS
Arnaud Le Blanc <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Arnaud Le Blanc (arnaud-lb)
Date: 2026-08-14T10:35:25+02:00
Commit: https://github.com/php/php-src/commit/b3c55583e816f80d0347b63a00077ea9eb2b89a7
Raw diff: https://github.com/php/php-src/commit/b3c55583e816f80d0347b63a00077ea9eb2b89a7.diff
[ci skip] NEWS
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index db0775ae7f46..1f1aab1cd076 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)