> From: Stanislav Malyshev [mailto:[EMAIL PROTECTED] > > According to the plan below, attached is the patch that > restricts user > streams from executing dangerous operations inside include context. > Please comment.
I see that you added a boolean arg to stream_wrapper_register(). Why couldn't it be an integer mask of OR-ed predefined constants, providing some space for more stream options. A local stream would be created with : stream_wrapper_register($protocol,$class,STREAM_IS_LOCAL); Best regards Francois -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php