On Sat, 1 Oct 2005, Greg Beaver wrote:

> It appears that E_STRICT is being triggered even though it is explicitly
> NOT asked for.  All the same, I added another redundant
> error_reporting() call at the top of install-pear.php, re-built the
> .phar and committed to pearweb.  Hopefully this will fix the issue.

I tested with the new code, and for some reason it still doesn't work. 
Interesting is that if I remove the -n from the PEAR_INSTALL_OPTIONS in 
the makefile, it doesn't show the e_Strict errors anymore...

> The code *is* PHP 5.1-compatible.  Understand that the .phar uses PEAR
> to install things.  PEAR uses things like is_a() and "var" and calling
> static methods because there are no alternatives unless we drop PHP 4.x
> support entirely from the pear command.  Until all the standard unix
> distros (gentoo/redhat/debian/etc.) start distributing PHP 5.x as the
> standard PHP version, this isn't an option.

Branches? :)

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to