Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18764 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5080 invoked by uid 1010); 10 Sep 2005 17:54:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5065 invoked from network); 10 Sep 2005 17:54:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2005 17:54:53 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:12928] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0D/AD-17383-DED13234 for ; Sat, 10 Sep 2005 13:54:53 -0400 Received: by wproxy.gmail.com with SMTP id i21so1374156wra for ; Sat, 10 Sep 2005 10:54:50 -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=ocONbJr+hltN4ZYVFabJA/EC1vDZ1jcHNQOzWNfXezbyawGUvOqD3WbRzXs8vubVgROmHpC7tKNWk5oYB5D+a3aJWigFe6YflosKk4FwW4gl6YReRKO6PzBq8CHlCVZQBv+OHEf76fdA6HLSG5uWvah1rO4sL9jpzN5y3IiM7fw= Received: by 10.54.15.20 with SMTP id 20mr1325376wro; Sat, 10 Sep 2005 10:54:50 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sat, 10 Sep 2005 10:54:50 -0700 (PDT) Message-ID: <4e89b42605091010546203fa93@mail.gmail.com> Date: Sat, 10 Sep 2005 13:54:50 -0400 Reply-To: kingwez@gmail.com To: pierre.php@gmail.com Cc: Greg Beaver , destiney@gmail.com, internals@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: <4321C4A9.7010508@php.net> <4e89b42605091007244bfe67f@mail.gmail.com> Subject: Re: [PHP-DEV] "make install" on PHP_5_1 does not work with PEAR From: kingwez@gmail.com (Wez Furlong) It seems like a good idea to have version_compare() grok the version string= too. --Wez. On 9/10/05, Pierre Joye wrote: >=20 >=20 > 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/=20 > > Error: .phar files require PHP 5.1 or newerInstalling build > > environment: /usr/local/lib/php/build/ >=20 > It was due to the bad version used in CVS. version_compare does not mana= ge > it well. > =20 > Derick changed the version to 5.1.0RC2-dev, that should solve this probl= em. > It solved it here at least :) > =20 > Regards, > =20 > --Pierre >