Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60630 invoked by uid 1010); 2 Apr 2005 01:25:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60615 invoked from network); 2 Apr 2005 01:25:34 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2005 01:25:34 -0000 X-Host-Fingerprint: 66.194.40.80 unknown Linux 2.4/2.6 Received: from ([66.194.40.80:54081] helo=mail.dotgeek.org) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 5C/6D-22409-D84FD424 for ; Fri, 01 Apr 2005 20:25:33 -0500 Received: from mwindows (c-24-16-115-6.hsd1.wa.comcast.net [24.16.115.6]) by mail.dotgeek.org (mail server) with ESMTP id CC30B913785; Sat, 2 Apr 2005 03:17:18 +0200 (CEST) Message-ID: <001f01c53722$e7ad30b0$6401a8c0@mwindows> Reply-To: "Matthew Fonda" To: , "Zeev Suraski" References: <5.1.0.14.2.20050401235721.0668c050@localhost> Date: Fri, 1 Apr 2005 17:25:49 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] PHP 5.0.4 PEAR issue From: mfonda@php.net ("Matthew Fonda") Option [a] seems like the most logical thing to do, would probably work the best. It might be nice to note on php.net somewhere right now before this is fixed that PEAR will not install. > The options we have, as far as I can tell, are: > > [a] Re-release 5.0.4 with that file > [b] Release 5.0.5 with that file (seems a bit too aggressive considering > there are no code changes, and may cause confusion) > [c] Instruct people to install PEAR from http://go-pear.org > > I lean towards option [a]. Thoughts? > > Zeev