summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-12-07 22:54:44 +0100
committerAnatol Belski <ab@php.net>2015-12-07 22:54:44 +0100
commit920c088082ec41d23a2ec90c3bd63be1037e5d60 (patch)
tree4c9a1694c9652b89fee1fe6c244b365c28d9bfe1
parent7c981192eb26fbb93be767cd6b2dc765d370bbab (diff)
downloadphp-git-920c088082ec41d23a2ec90c3bd63be1037e5d60.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7871ffce78..4259f07a6a 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP NEWS
by gcov. (Senthil)
- Opcache:
+ . Fixed #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on
+ the same server). (Anatol)
. Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete
element type). (Laruence)
. Fixed bug #70977 (Segmentation fault with opcache.huge_code_pages=1).