]> granicus.if.org Git - php/commitdiff
Added NEWS entry for socket_export_stream()
authorBob Weinand <bobwei9@hotmail.com>
Mon, 2 May 2016 15:11:26 +0000 (17:11 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Mon, 2 May 2016 15:11:26 +0000 (17:11 +0200)
Closes pull request https://github.com/php/php-src/pull/762

NEWS

diff --git a/NEWS b/NEWS
index 4a807c48eeb874383db9a69e38791a5dd081e9ae..01c9c2460112215c1f880f009d64b568b6399707 100644 (file)
--- 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)