Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7514 invoked by uid 1010); 28 Oct 2005 23:56:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7499 invoked from network); 28 Oct 2005 23:56:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2005 23:56:59 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:34699] helo=bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 19/A0-01249-ACAB2634 for ; Fri, 28 Oct 2005 19:56:58 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id 87E6721CB53; Fri, 28 Oct 2005 18:58:05 -0500 (CDT) Received: from bluga.net ([127.0.0.1]) by localhost (bluga.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13262-03; Fri, 28 Oct 2005 18:58:05 -0500 (CDT) Received: from [192.168.0.104] (CPE-67-48-78-96.neb.res.rr.com [67.48.78.96]) by bluga.net (Postfix) with ESMTP id 2D65821CB4F; Fri, 28 Oct 2005 18:58:05 -0500 (CDT) Message-ID: <4362BAC2.7020605@php.net> Date: Fri, 28 Oct 2005 18:56:50 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Bointon CC: PHP Internals Internals References: <43624C99.4060705@prohost.org> <43626002.7080200@php.net> <325B0AEF-BAD4-4BCD-88D1-2EBBC682C33D@synchromedia.co.uk> In-Reply-To: <325B0AEF-BAD4-4BCD-88D1-2EBBC682C33D@synchromedia.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bluga.net Subject: Re: [PHP-DEV] Re: PHP 5.1.0RC4 Released From: cellog@php.net (Greg Beaver) Marcus Bointon wrote: > make install-pear works fine for me on OSX 10.4.2. > > I suffer from this bug: http://bugs.php.net/bug.php?id=32301 > > Though I don't have anything more to add to it - pear install has been > unusable for me on OS X for the last couple of years because of this. > You can work around it by using pear download then unzip and install > manually. Or you could use the -Z option $ pear install -Z whatever This disables gz compression. However, this has nothing to do with internals, so please send any follow-up questions to pear-general Thanks, Greg