Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89083 invoked by uid 1010); 10 Sep 2005 16:56:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89068 invoked from network); 10 Sep 2005 16:56:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2005 16:56:50 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:59509] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D7/1C-17383-25013234 for ; Sat, 10 Sep 2005 12:56:50 -0400 Received: by wproxy.gmail.com with SMTP id 36so1970625wra for ; Sat, 10 Sep 2005 09:56:47 -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:references; b=CBgPDbLK59Skap1wdPWBmT4WFm/1YQUef76b44oMIZiiy4DM8o4toVF94MlVSLXv8hwy58bQU91uecYXS5E5QTvUNWC3dtS6FZuI0YXz3sfFwltJx5yN2JvKPfszUwDteZbAfYdUxlGMecioej58VUxICqd4PgMURNHgi1JlxMc= Received: by 10.54.129.15 with SMTP id b15mr772362wrd; Sat, 10 Sep 2005 09:56:46 -0700 (PDT) Received: by 10.54.154.16 with HTTP; Sat, 10 Sep 2005 09:56:41 -0700 (PDT) Message-ID: Date: Sat, 10 Sep 2005 18:56:41 +0200 Reply-To: pierre.php@gmail.com To: kingwez@gmail.com Cc: Greg Beaver , destiney@gmail.com, internals@lists.php.net In-Reply-To: <4e89b42605091007244bfe67f@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9081_179327.1126371401654" References: <4321C4A9.7010508@php.net> <4e89b42605091007244bfe67f@mail.gmail.com> Subject: Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR From: pierre.php@gmail.com (Pierre Joye) ------=_Part_9081_179327.1126371401654 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 9/10/05, Wez Furlong wrote: > I get this with the PHP_5_1 branch after downloading the .phar: >=20 > Installing PEAR environment: /usr/local/lib/php/ > Error: .phar files require PHP 5.1 or newerInstalling build > environment: /usr/local/lib/php/build/ It was due to the bad version used in CVS. version_compare does not manage= =20 it well. Derick changed the version to 5.1.0RC2-dev, that should solve this problem.= =20 It solved it here at least :) Regards, --Pierre ------=_Part_9081_179327.1126371401654--