On Mon, 7 May 2007, Stanislav Malyshev wrote:

> > PHP_Archive-based phar archives will no longer work once
> > allow_url_include is off and user streams wrappers are marked as remote.
> >  So, it won't work with 100% of new installations in future PHP versions.
> 
> I guess we are solving the wrong problem. We have:
> 1. phar needs script-defined named streams
> 2. Named streams are prohibited by some config option
> 3. Let's pretend this stream is not actually what it is
> 4. Let's create whole new extension for that and put it into main PHP
> 
> I think this process is wrong. If we have problem with names streams usage in
> apps, we should seek solutions there, not invent modules just to work around
> the problem we ourselves create.

So why don't you come up with a different "better" solution then?

regards,
Derick

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

Reply via email to