]> granicus.if.org Git - php/commitdiff
Relocate orphan line
authorChristopher Jones <sixd@php.net>
Thu, 23 Feb 2012 19:43:38 +0000 (19:43 +0000)
committerChristopher Jones <sixd@php.net>
Thu, 23 Feb 2012 19:43:38 +0000 (19:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 25c49a16877a34eaea1d94f152e60dc687f1eb04..097de8147a46b9f57536b866b90ac0c0c1cfd819 100644 (file)
--- 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).