summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 954f8bf4a1..425af6e6c0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2017 PHP 7.0.28
-- Opcache:
- . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
- (Dmitry)
-
04 Jan 2017 PHP 7.0.27
- CLI Server:
@@ -21,6 +17,10 @@ PHP NEWS
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
requests). (Remi)
+- Opcache:
+ . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
+ (Dmitry)
+
- PCRE:
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)