summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-05-02 17:11:26 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-05-02 17:11:26 +0200
commit45c0301b693e1c26c663e8a73a804fb9eb1ba1cf (patch)
tree71cb3584b88089f21b4929b4ada0f9d7e23d75ec
parente8abb70fc94247450e4016040272fc9459d18371 (diff)
downloadphp-git-45c0301b693e1c26c663e8a73a804fb9eb1ba1cf.tar.gz
Added NEWS entry for socket_export_stream()
Closes pull request https://github.com/php/php-src/pull/762
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a807c48ee..01c9c24601 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)