summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-09-04 11:02:26 +0200
committerAnatol Belski <ab@php.net>2018-09-04 11:02:26 +0200
commit64d2978546721cf7b1c3723e28cad89e1631570e (patch)
tree82ac3ccd55c92f733b21185b264b341e3ff6403e
parent9459b45e2b5082f6c5b18bfbc9afc04cf299d533 (diff)
downloadphp-git-64d2978546721cf7b1c3723e28cad89e1631570e.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 307a1926d1..ea2cf4e81b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2018, PHP 7.2.11
+- 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)