From: Adam Harvey Date: Thu, 30 Jun 2011 06:14:41 +0000 (+0000) Subject: Fix bug #55066 (Missing linebreak in NEWS). X-Git-Tag: php-5.3.7RC2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85bf6f032969ee2e92cd2e0804bfad2852e453e6;p=php Fix bug #55066 (Missing linebreak in NEWS). --- diff --git a/NEWS b/NEWS index 78f2582bbb..de4c5f15e6 100644 --- a/NEWS +++ b/NEWS @@ -223,7 +223,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)