Hi! > For this concern, we have 2 classes of wrappers "local" and "remote". > php://input and php://stdin would be issue, since it contains "remote" > input under Web SAPI while it is "local" with CLI. We may handle > php://input and php://stdin separately.
php streams are marked with is_url = 0, but the code in php_stream_url_wrap_php already checks for allow_url_include, so it's impossible to use php://input in include when allow_url_include is off. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php