Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80223 invoked by uid 1010); 14 Sep 2005 15:19:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80208 invoked from network); 14 Sep 2005 15:19:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 15:19:14 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:3445] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5D/A9-41173-17F38234 for ; Wed, 14 Sep 2005 11:19:13 -0400 Received: from [10.0.0.18] (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with ESMTP id 511C082D05; Wed, 14 Sep 2005 17:19:09 +0200 (CEST) Message-ID: <43283F6D.8030005@emini.dk> Date: Wed, 14 Sep 2005 17:19:09 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Beaver 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> In-Reply-To: <43283E3A.5010605@php.net> X-Enigmail-Version: 0.92.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: 5.1.0RC2 From: edink@emini.dk (Edin Kadribasic) 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 Edin