diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-05-02 17:11:26 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-05-02 17:11:26 +0200 |
commit | 45c0301b693e1c26c663e8a73a804fb9eb1ba1cf (patch) | |
tree | 71cb3584b88089f21b4929b4ada0f9d7e23d75ec | |
parent | e8abb70fc94247450e4016040272fc9459d18371 (diff) | |
download | php-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |