Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91489 invoked by uid 1010); 11 Sep 2005 12:21:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91474 invoked from network); 11 Sep 2005 12:21:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 12:21:22 -0000 X-Host-Fingerprint: 64.233.184.202 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.202:4876] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A4/C5-17383-24124234 for ; Sun, 11 Sep 2005 08:21:22 -0400 Received: by wproxy.gmail.com with SMTP id 36so2059173wra for ; Sun, 11 Sep 2005 05:21:19 -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=OrWKAU89r+xCI0Q9Z6pc1jBm/OUVfn7cWhUlY13ILiQdEo+Z/CeM6HayIzh5auTtKM9ISxEAkEip5AX73gYIhe1TOm/40x5qLzaasqJLuEXgSjdMnMiBcRzucDtVvvGI3AyDUrCD79hBaSJ4Xu6Jr4AeC6OQvJAOEi0VEOX9aQs= Received: by 10.54.48.12 with SMTP id v12mr1806358wrv; Sun, 11 Sep 2005 05:21:19 -0700 (PDT) Received: by 10.54.154.16 with HTTP; Sun, 11 Sep 2005 05:21:19 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 14:21:19 +0200 Reply-To: pierre.php@gmail.com To: kingwez@gmail.com Cc: Greg Beaver , internals@lists.php.net In-Reply-To: <4e89b4260509102251569a8175@mail.gmail.com> 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> <4e89b4260509102251569a8175@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) On 9/11/05, Wez Furlong wrote: > It looks like the handling is broken. > Try this: >=20 > $ cd php-src/ext/pdo_odbc > $ pear package > $ sudo pear install PDO_ODBC-1.0RC1.tgz >=20 > It doesn't prompt for the configure options anymore. I just commited a fix, if you have some spare time you can try the fix. You only need to copy these 2 files (see my commit about configure prompt). I would like to have a beta2 next week, a last beta. We do not have met serious problems in the past week. The only one was the old phar. Then we should be ready to have 1.4.0 in php 5.1 using phar. Regards, --Pierre