On Mon, 3 Oct 2005, Greg Beaver wrote:

> >   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 could eliminate this requirement, at the expense of a larger .phar
> file (3.3MB instead of 640k).

Please don't do that, as this is going to be part of a release tarball.

> @$(top_builddir)/sapi/cli/php -dallow_url_fopen=1 -r "$a =
> file_get_contents('http://pear.php.net/install-pear.phar');file_put_contents($_SERVER['argv'][1]
> . '/install-pear.phar',$a);" $(srcdir)
> 
> this might be our cross-platform ticket.  Could one of you kind folks
> try this, and commit if it works?

I don't think we should do this for our releases, it's going to open way 
too much cans of worms. Currently the phar still throws still lots of 
e_strict errors. When that is fixed I'll add a script that puts the phar 
in the snapshots too.

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