Closes pull request https://github.com/php/php-src/pull/762
. 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)