From a19f511345d97b787b0889112d5df89e87fcbd79 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Thu, 10 Dec 2015 15:31:06 +0200 Subject: [PATCH] Align NEWS entry format for bug #71024 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 784361eddd7..8f3d442e516 100644 --- 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).