summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-01-16 10:36:51 +0100
committerRemi Collet <remi@php.net>2018-01-16 10:36:51 +0100
commite620cfbef09e2d125a0fe476f18ef580ca379f08 (patch)
treecea4e195e417b91dcbc684203e95e68bc363b42a
parent4b7be6cfc3194472cdd0dcaa33b0f7f9ffe79b2b (diff)
downloadphp-git-e620cfbef09e2d125a0fe476f18ef580ca379f08.tar.gz
fix NEWS file
-rw-r--r--NEWS8
1 files changed, 3 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 511511fdc2..a02f3fec90 100644
--- a/NEWS
+++ b/NEWS
@@ -24,9 +24,12 @@ PHP NEWS
. Fixed bug #75774 (imap_append HeapCorruction). (Anatol)
- Opcache:
+ . Fixed bug #75720 (File cache not populated after SHM runs full). (Dmitry)
. Fixed bug #75687 (var 8 (TMP) has array key type but not value type).
(Nikita, Laruence)
. Fixed bug #75698 (Using @ crashes php7.2-fpm). (Nikita)
+ . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
+ (Dmitry)
- PDO:
. Fixed bug #75616 (PDO extension doesn't allow to be built shared on Darwin).
@@ -35,11 +38,6 @@ PHP NEWS
- PDO MySQL:
. Fixed bug #75615 (PDO Mysql module can't be built as module). (jdolecek)
-- Opcache:
- . Fixed bug #75720 (File cache not populated after SHM runs full). (Dmitry)
- . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
- (Dmitry)
-
- PGSQL:
. Fixed bug #75671 (pg_version() crashes when called on a connection to
cockroach). (magicaltux at gmail dot com)