Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60152 invoked by uid 1010); 14 Sep 2005 17:54:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60137 invoked from network); 14 Sep 2005 17:54:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 17:54:59 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:57793] helo=bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 59/24-41173-2F368234 for ; Wed, 14 Sep 2005 13:54:58 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id 131CF21C120; Wed, 14 Sep 2005 12:55:22 -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 12521-07; Wed, 14 Sep 2005 12:55:21 -0500 (CDT) Received: from [129.93.125.71] (pcp063014pcs.unl.edu [129.93.125.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id C428A21C095; Wed, 14 Sep 2005 12:55:21 -0500 (CDT) Message-ID: <432863E8.7030506@chiaraquartet.net> Date: Wed, 14 Sep 2005 12:54:48 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edin Kadribasic CC: Pierre-Alain Joye , internals@lists.php.net References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <20050914134121.089ebe44.pierre@dotgeek.org> <43283E3A.5010605@php.net> <43283F6D.8030005@emini.dk> In-Reply-To: <43283F6D.8030005@emini.dk> X-Enigmail-Version: 0.92.0.0 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: 5.1.0RC2 From: greg@chiaraquartet.net (Greg Beaver) Edin Kadribasic wrote: >Greg Beaver wrote: > > >>Pierre-Alain Joye wrote: >> >> >> >>>On 9/14/05, Zeev Suraski wrote: >>> >>> >>> >>> >>>>Any last minute additions to 5.1.0RC2 or can we roll it? >>>> >>>> >>>cd php-src/pear && wget http://pear.php.net/install-pear.phar >>> >>>for both sources and win32 releases. As a little reminder :) >>> >>> >>Quick note: windows needs go-pear.phar, I will try to take care of this >>and also a little php script that will grab install-pear.phar if it >>isn't there, so that there is no need to wget install-pear.phar for the >>bundler, and the end-user can always grab the latest .phar. >> >>This way, there is no wget dependency, since Andi reports that it may >>not be available on all systems, and no hassle for the person >>installing. The script will not attempt to do proxying, people with >>complex internet connections will just have to download it themselves. >> >>Objections? >> >> > >Here! :) > >I have modified the build system for windows already using Pierre's >suggestion (install-peaer.phar). > >Please check the latest 5.1 snap: >http://snaps.php.net/win32/php5.1-win32-200509141430.zip > Great! There is only one issue with this, which is that install-pear.phar simply uses the default installation location. This means that since this is C:\php5, PEAR will be simply be installed there without any user input. If you simply switch out install-pear.phar for go-pear.phar, it will allow users to configure this completely. go-pear.phar is at: http://pear.php.net/go-pear.phar Thanks, Greg