Thank you for your feedback. I made the changes you requested to the RFC. Changing the global limit with the context option looks like this:
stream_context_set_default(['filter' => ['max_filter_count' => 123]]); And setting this (or any other non-existing option) has no effect on PHP versions that don't support it. Regards, Sjoerd Langkemper
