]> granicus.if.org Git - php/commitdiff
Align NEWS entry format for bug #71024
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 10 Dec 2015 13:31:06 +0000 (15:31 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 10 Dec 2015 13:31:06 +0000 (15:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 784361eddd7a483254f97d79a2fd80aa93a92e53..8f3d442e5162e6c91fcd987b22f2d76959a00933 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -74,8 +74,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 #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).