From 31a100dccd5c009224f88ad928c7dcc7c0759c26 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 23 Feb 2012 19:43:38 +0000 Subject: [PATCH] Relocate orphan line --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 25c49a16877a3..097de8147a46b 100644 --- a/NEWS +++ b/NEWS @@ -242,9 +242,9 @@ PHP NEWS - Phar: . Fixed bug #60261 (NULL pointer dereference in phar). (Felipe) . Fixed bug #60164 (Stubs of a specific length break phar_open_from_fp + scanning for __HALT_COMPILER). (Ralph Schindler) . Fixed bug #53872 (internal corruption of phar). (Hannes) . Fixed bug #52013 (Unable to decompress files in a compressed phar). (Hannes) - scanning for __HALT_COMPILER). (Ralph Schindler) - PHP-FPM SAPI: . Fixed bug #60659 (FPM does not clear auth_user on request accept).