aharvey                                  Thu, 30 Jun 2011 06:14:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312659

Log:
Fix bug #55066 (Missing linebreak in NEWS).

Bug: https://bugs.php.net/55066 (Open) Missing linebreak in NEWS
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS
    U   php/php-src/branches/PHP_5_4/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-06-30 06:10:56 UTC (rev 312658)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-06-30 06:14:41 UTC (rev 312659)
@@ -223,7 +223,8 @@

 - 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)

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-06-30 06:10:56 UTC (rev 312658)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-06-30 06:14:41 UTC (rev 312659)
@@ -430,7 +430,8 @@

 - 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to