summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-04 11:03:33 +0200
committerAnatol Belski <ab@php.net>2018-09-04 11:03:33 +0200
commit7585a20d4451597df301142393495ef508c0dde6 (patch)
tree599c8876be888573fd0962cbec24cc10411b43ef
parentb6e7aab5f2bbb0f0ba23077fd869339c6a0a1161 (diff)
downloadphp-git-7585a20d4451597df301142393495ef508c0dde6.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10bfe1edcf..5e95bd081b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,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)