Pierre Joye wrote:
Hi Dmitry,
On Thu, Mar 13, 2008 at 12:25 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
It is too difficult for extension that is not in the core distribution
yet.
For now I think it is simple to override zend_stream_open_function() and
zend_resolve_path_function() callbacks
Hi Dmitry,
On Thu, Mar 13, 2008 at 12:25 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
> It is too difficult for extension that is not in the core distribution
> yet.
> For now I think it is simple to override zend_stream_open_function() and
> zend_resolve_path_function() callbacks by ext/phar a
age-
> From: Pierre Joye [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 13, 2008 2:12 PM
> To: Dmitry Stogov
> Cc: Gregory Beaver; internals Mailing List
> Subject: Re: [PHP-DEV] RE: [PATCH] adding stream wrappers to
> include_path
>
>
> On Thu, Mar 13, 2
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?