From 45c0301b693e1c26c663e8a73a804fb9eb1ba1cf Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 2 May 2016 17:11:26 +0200 Subject: [PATCH] Added NEWS entry for socket_export_stream() Closes pull request https://github.com/php/php-src/pull/762 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 4a807c48eeb..01c9c246011 100644 --- a/NEWS +++ b/NEWS @@ -43,6 +43,10 @@ PHP NEWS . Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object). (Laruence) +- Sockets: + . Added socket_export_stream() function for getting a stream compatible + resource from a socket resource. (Chris Wright, Bob) + - SPL: . Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected). (Laruence)