* PHP-7.0:
Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).
. Fixed bug #73530 (Unsetting result set may reset other result set). (cmb)
- Standard:
- . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
- (rowan dot collins at gmail dot com)
+ . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
+ (rowan dot collins at gmail dot com)
+ . Fixed bug #73303 (Scope not inherited by eval in assert()). (nikic)
+
++- Streams:
++ . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
++ filter is working on). (Dmitry)
+
- XML:
. Fixed bug #72135 (malformed XML causes fault) (edgarsandi)