summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-04 13:03:17 +0200
committerAnatol Belski <ab@php.net>2018-09-04 13:03:17 +0200
commitd903fc0861183952c37524b34a113ee0f2b9c477 (patch)
treeb80d0b54b4b9dbeb31195c29f6c694528b892380
parent48fd1d2ea176d05784b552faa41610ff53b6e395 (diff)
downloadphp-git-d903fc0861183952c37524b34a113ee0f2b9c477.tar.gz
Restore NEWS entry [skip ci]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9dfe553b1..0e2df8d611 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ PHP NEWS
- MBString:
. Updated to Oniguruma 6.9.0. (cmb)
+- Opcache:
+ . Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
+ (Anatol)
+
- POSIX:
Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)