Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7684 invoked by uid 1010); 27 Apr 2005 05:06:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7669 invoked from network); 27 Apr 2005 05:06:30 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 27 Apr 2005 05:06:30 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:39615] helo=bluga.net) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id BC/F4-59279-5DD1F624 for ; Wed, 27 Apr 2005 01:06:29 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id 993C621C8E7; Wed, 27 Apr 2005 00:04:27 -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 21175-04; Wed, 27 Apr 2005 00:04:27 -0500 (CDT) Received: from [192.168.0.102] (cpe-66-65-39-8.nyc.res.rr.com [66.65.39.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id 3316021C125; Wed, 27 Apr 2005 00:04:27 -0500 (CDT) Message-ID: <426F1DCD.1050904@php.net> Date: Wed, 27 Apr 2005 01:06:21 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Korthaus Cc: internals@lists.php.net References: <426EAC2F.3060401@php.net> <20050427000139.42632.qmail@lists.php.net> In-Reply-To: <20050427000139.42632.qmail@lists.php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at bluga.net Subject: Re: pear package in 4.3.x releases From: cellog@php.net (Greg Beaver) Andreas Korthaus wrote: > Greg Beaver wrote: > >>> Was the removal of most pear package in 4.3.11 intentional? >> >> >> Yes. >> > > Has this been announced somewhere? I did not see anything in ChangeLog > and release notes. This and the other issues you raise below are PEAR issues, not internals issues, and are/have been/will be discussed on pear-dev@lists.php.net and pear-core@lists.php.net > If you want to rely on users to install packages (which is a good idea > IMHO) all users (not only superusers) need a reliable tool for > installation/management (also without shell-account). PEAR 1.4.0 can install packages from your local dev box to a remote box over ftp. Greg