summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2011-05-29 12:29:19 +0000
committerHannes Magnusson <bjori@php.net>2011-05-29 12:29:19 +0000
commit3b030ec75f51ef16347f548853471f7baf48bb5c (patch)
treedde0ce0f7751ead06fd455df4f96f158898d7889 /NEWS
parent07bcf1080d38e7b5e927d4d1449984b39918a030 (diff)
downloadphp-git-3b030ec75f51ef16347f548853471f7baf48bb5c.tar.gz
Fixed bug #54946 (stream_get_contents infinite loop)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e74adc84cc..e0c676598b 100644
--- a/NEWS
+++ b/NEWS
@@ -151,6 +151,7 @@ PHP NEWS
(Felipe)
- Streams:
+ . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
. Fixed bug #54623 (Segfault when when writing to a persistent socket after
closing a copy of the socket). (Gustavo)