Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62984 invoked from network); 19 Jan 2015 13:32:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 13:32:30 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.172 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.172 mail-qc0-f172.google.com Received: from [209.85.216.172] ([209.85.216.172:35994] helo=mail-qc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/53-64889-D670DB45 for ; Mon, 19 Jan 2015 08:32:29 -0500 Received: by mail-qc0-f172.google.com with SMTP id i8so17173415qcq.3 for ; Mon, 19 Jan 2015 05:32:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BrcuxcNLzUfpV3InXY1TCWUMUVVV1lkHJTRzheUvbvk=; b=Pt7qGsLt6/kmkUhsOmcRDoC9x/D3oV/Ibsq8+W2B+HrhmCEkzeDU9zbD0Kz274S6TY VhECEWsP1pcmAe/ARgaNIeHLtSio5eWrRuopAEZaKzpYRnuug3w+JNmiBfr3k6/W1H3t V9oKyqwj6AG3EQ3k6sAvawOR8qjn96vQhJ/l0k4KiQeUQFlZcl/ibswuB1Un1dbJ0Q2k IHJf98QGci91sQlmW9/1XKzDDSMViAItLxHyv+MLx19RVTWtfN1cD365pA7Ypfx+kCQk nKOHkQqrlAdh3eYLNcxeEjmdMOQm0nMgXIe+/pLXt28iloHb3qHJ1g5ej/PabKlqc06n 5tKg== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr18658867qgh.22.1421674346814; Mon, 19 Jan 2015 05:32:26 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 05:32:26 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 05:32:26 -0800 (PST) In-Reply-To: References: <54BB7170.4060905@beccati.com> <54BB7201.7020107@php.net> Date: Mon, 19 Jan 2015 20:32:26 +0700 Message-ID: To: Derick Rethans Cc: PHP internals , Sebastian Bergmann Content-Type: multipart/alternative; boundary=001a11397ec06da100050d015a99 Subject: Re: [PHP-DEV] PEAR and make install on master From: pierre.php@gmail.com (Pierre Joye) --001a11397ec06da100050d015a99 Content-Type: text/plain; charset=UTF-8 On Jan 19, 2015 6:09 PM, "Derick Rethans" wrote: > > On Mon, 19 Jan 2015, Pierre Joye wrote: > > > On Jan 19, 2015 5:14 PM, "Derick Rethans" wrote: > > > > > > On Sun, 18 Jan 2015, Sebastian Bergmann wrote: > > > > > > > Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > > > > > what's the plan, if any? > > > > > > > > Remove it? > > > > > > Then how would you install extensions? As there is no finished > > > alternative, PEAR still needs to work. > > > > There is, pickle. Pecl tgz or SRC install works out of the box already (or > > from VCS), from pecl.php.net, etc. > > I know what pickle is. But as it's not bundled, it's not "finished" - > exactly the reason why I used that word in my original reply. Please > read what I write. Please do read what I wrote. It is finished for what pecl provides. For developers and end users, and with more. The only open question is about what we want to do to maintain code base for 5.x and 7.x. Branches will be a pain. We need to solve that and you, along many, did not answer this question. > Derick --001a11397ec06da100050d015a99--