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.4.0alpha2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3ae34fc256756c1704fe700944ff4f1458825d;p=php Fix bug #55066 (Missing linebreak in NEWS). --- diff --git a/NEWS b/NEWS index e62010ff86..d553744701 100644 --- 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)