We will need it:
- by the time of PHP 6

I think this problem should be fixed not by killing PEAR and converting it to PHP extensions but by fixing PHP 6 and enabling PEAR to work.

- to be able to have PHARs without pretty big PHP_Archive stuff included

It's for install, how big could it be? 20 K? If it's more, it can probably be rewritten to be shorter :)

- "include phar://" run easily and always

I'm not sure we want include phar:// because include($file) and include(realpath($file)) for example would work VERY different then. Think about poor library writers having to deal with these things.

And just to be certain, we are not trying to force anybody to use it.

I thought this was officially declared non-argument in scope of PHP discussions? ;)
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/

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

Reply via email to