summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-12-22 18:22:33 +0100
committerAnatol Belski <ab@php.net>2017-12-22 18:22:33 +0100
commite19c71e3d592b47dc25b2523a0200a4c5097ceab (patch)
tree4c027307e2c1f51c1527770c3ac5ee5068e8155a
parentda61c7a2a47555c6ecb1289154f3e27b2989324f (diff)
downloadphp-git-e19c71e3d592b47dc25b2523a0200a4c5097ceab.tar.gz
[ci skip] update NEWS
-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)