Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19376 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62243 invoked by uid 1010); 4 Oct 2005 09:01:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62211 invoked from network); 4 Oct 2005 09:01:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2005 09:01:11 -0000 X-Host-Fingerprint: 64.233.182.192 nproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.182.192:53400] helo=nproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 40/6F-54476-4D442434 for ; Tue, 04 Oct 2005 05:01:09 -0400 Received: by nproxy.gmail.com with SMTP id x4so192379nfb for ; Tue, 04 Oct 2005 02:00:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K9bS5zLl+HOrUrcqzylX1rEzgc/2ik9rZ1hDgJCzh9Zhtx289KJ/IP+Jyw9cYYVaEVV6pa5IXqOKo2U6I4pDcblnDeZBe1ARmfKow8CJmhb0A22sa6hTTJ0wx7ubLVM09lMZAOaryrLbYJGC7fyfUYjhXVszvojw8ar3pW3NeDw= Received: by 10.49.1.15 with SMTP id d15mr84553nfi; Tue, 04 Oct 2005 02:00:58 -0700 (PDT) Received: by 10.49.5.10 with HTTP; Tue, 4 Oct 2005 02:00:58 -0700 (PDT) Message-ID: <4858f9d90510040200w226ffddex995527a91f64fe40@mail.gmail.com> Date: Tue, 4 Oct 2005 11:00:58 +0200 Reply-To: Stefan Walk To: Derick Rethans Cc: Greg Beaver , Curt Zirzow , internals@lists.php.net, pear-dev@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <433EA995.50304@chiaraquartet.net> <434204B3.2000703@chiaraquartet.net> Subject: Re: [PEAR-DEV] Re: [PHP-DEV] Re: phar and e_strict From: stefan.walk@gmail.com (Stefan Walk) On 10/4/05, Derick Rethans wrote: > On Mon, 3 Oct 2005, Greg Beaver wrote: > > > > 1. zlib is required now with php, and by default php isn't installe= d > > > 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. This tarball is gzipped/bzip2ed though, or am I mistaken? So it wouldn't matter for the size of the tarball if the .phar file is not compressed. Regards, Stefan