Hi!

This is a very nice addition - I wonder if you might be interested in a
patch to enable stream wrappers in include_path?  There are a couple of
ways this could be done, but the one I think would be best is checking
for "//" immediately following ":" and then attempting to locate a
stream wrapper, and if not found then shunt to the current
realpath/fopen behavior.

I'm already implementing this kind of thing already inside pecl/phar, it
would be trivial to provide a patch and a few tests.

I think if we can do it generic without any performance loss then it's better than just doing it in phar.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to