On Sat, 01 Oct 2005 08:21:57 -0700, Greg Beaver wrote: > > I've been running the pear command using PHP 5.1rc1 ever since it came > out, and it works just fine. This is a problem specific to the > install-pear.phar that in fact did not happen just 2 weeks ago - perhaps > something has changed in PHP 5.1 itself?
A little side track on the E_STRICT issue... I ran into two issues while installing php 5.1-branch. 1. zlib is required now with php, and by default php isn't installed with zlib nor does configure catch this, so, while make install is running and when pear is being installed make dies leaving a bad installation. I have have a patch for configure.in that is ready that will add a check for zlib in the configure process to avoid the make install bailing. 2. I'm not sure if the release of php5.1 is going to include the install-pear.phar file, but if I don't have that file within the pear/ directory, make install also requires that the system has wget installed, causing a fail in make install as well. I can write a patch for configure.in to check for wget (or fetch on *bsd machines), if the .phar file isn't going to be included with a release. heck, here is the patch for #1: http://zirzow.org/patches/pear.configure.in.patch I'm not really sure what to do with #2, i just thought i'd bring up these issues while talking about the install process. Curt. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php