1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

Fix bug #55066 (Missing linebreak in NEWS).

This commit is contained in:
Adam Harvey
2011-06-30 06:14:41 +00:00
parent aa2ec7517e
commit 85bf6f0329

3
NEWS
View File

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