Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18908 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78281 invoked by uid 1010); 14 Sep 2005 15:14:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78265 invoked from network); 14 Sep 2005 15:14:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 15:14:12 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:35175] helo=bluga.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 63/79-41173-34E38234 for ; Wed, 14 Sep 2005 11:14:11 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id B153421C9AA; Wed, 14 Sep 2005 10:14:34 -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 31131-15; Wed, 14 Sep 2005 10:14:34 -0500 (CDT) Received: from [192.168.0.104] (CPE-67-48-78-96.neb.res.rr.com [67.48.78.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id 687FC21C771; Wed, 14 Sep 2005 10:14:34 -0500 (CDT) Message-ID: <43283E3A.5010605@php.net> Date: Wed, 14 Sep 2005 10:14:02 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pierre-Alain Joye CC: internals@lists.php.net References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <20050914134121.089ebe44.pierre@dotgeek.org> In-Reply-To: <20050914134121.089ebe44.pierre@dotgeek.org> 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: 5.1.0RC2 From: cellog@php.net (Greg Beaver) 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? Greg