Newsgroups: php.internals,php.pear.dev Path: news.php.net Xref: news.php.net php.internals:19362 php.pear.dev:40083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22799 invoked by uid 1010); 4 Oct 2005 07:20:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22773 invoked from network); 4 Oct 2005 07:20:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2005 07:20:58 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:37796] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E3/5B-54476-75D22434 for ; Tue, 04 Oct 2005 03:20:56 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j947KnDo024002; Tue, 4 Oct 2005 09:20:49 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j947Kivf023994; Tue, 4 Oct 2005 09:20:44 +0200 Date: Tue, 4 Oct 2005 09:20:44 +0200 (CEST) X-X-Sender: derick@localhost To: Greg Beaver cc: Curt Zirzow , internals@lists.php.net, pear-dev@lists.php.net In-Reply-To: <434204B3.2000703@chiaraquartet.net> Message-ID: References: <433EA995.50304@chiaraquartet.net> <434204B3.2000703@chiaraquartet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Re: phar and e_strict From: derick@php.net (Derick Rethans) 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