]> granicus.if.org Git - php/commitdiff
Fix bug #55066 (Missing linebreak in NEWS).
authorAdam Harvey <aharvey@php.net>
Thu, 30 Jun 2011 06:14:41 +0000 (06:14 +0000)
committerAdam Harvey <aharvey@php.net>
Thu, 30 Jun 2011 06:14:41 +0000 (06:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e62010ff86fc3b1b0b7834b3d54b8426a4b44be5..d55374470116fa697e36d557d672c6999156b58b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -430,7 +430,8 @@ PHP                                                                        NEWS
 
 - Streams:
   . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
-  . Fixed bug #54623 (Segfault when writing to a persistent socket after closing    a copy of the socket). (Gustavo)
+  . Fixed bug #54623 (Segfault when writing to a persistent socket after
+    closing a copy of the socket). (Gustavo)
     
 . Zip extension:
   . Fixed bug #54681 (addGlob() crashes on invalid flags). (Felipe)