Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53720 invoked by uid 1010); 13 Oct 2005 21:30:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53705 invoked from network); 13 Oct 2005 21:30:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2005 21:30:53 -0000 X-Host-Fingerprint: 84.56.23.148 dslb-084-056-023-148.pools.arcor-ip.net Received: from ([84.56.23.148:25435] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DE/26-04211-C02DE434 for ; Thu, 13 Oct 2005 17:30:52 -0400 To: internals@lists.php.net Date: Thu, 13 Oct 2005 23:30:48 +0200 Message-ID: <20051013233048.23d60dc3@localhost.localdomain> References: <434E9F40.1090800@zend.com> <434ECE78.8050205@zend.com> X-Newsreader: Sylpheed-Claws 1.9.14 (GTK+ 2.6.10; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.56.23.148 Subject: Re: [PHP-DEV] Installing PEAR in 5.1.0RC2-dev From: pierre.php@gmail.com (Pierre) On Thu, 13 Oct 2005 23:22:36 +0200 (CEST) derick@php.net (Derick Rethans) wrote: > On Fri, 14 Oct 2005, Antony Dovgal wrote: > > > After the recent discussion in #php.pecl: > > > > Is there any chance to use system's gunzip to unpack the phar as a > > fallback solution ? > > Or even better - to download and install not compressed version of > > the phar ? Or at least use --without-pear when there is no > > --with-zlib or it's --with-zlib=shared ? > > > > Greg? Pierre? Any other ideas? > > I think we can just make it an uncompressed phar, or make two, one > compressed and one uncompressed. The uncompressed one we can put into > the snapshots and releases, as they will be compressed anyway. Exact, it was the idea the last time this problem was brought. Another is to add --with-zlib when --with-pear is used. You "need" it somehow. This solution is my favourite. --Pierre