On Thu, Mar 13, 2008 at 11:55 AM, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
> Hi Greg,
>
>  In general include_path cannot contain pathes with ':' character,
>  because it is the POSIX path separator.
>  So I don't see a way to use stream wrappers in include_path. :(

What's about quotes or escape? Quotes are somehow more readable and
are already used in many places (generally not specifically in PHP). I
can imagine a:

set_include_path('"foo://something/bar"' . PATH_SEPARATOR . get_incude_path());

It may add some complexity in the parser but it can be really useful
(well, for phar-like applications at least as I would not recommend
too use that in normal apps :).

Cheers,
-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to