Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58166 invoked from network); 2 Sep 2016 21:17:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2016 21:17:26 -0000 Authentication-Results: pb1.pair.com header.from=derokorian@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=derokorian@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: derokorian@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:38485] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/03-19490-46CE9C75 for ; Fri, 02 Sep 2016 17:17:25 -0400 Received: by mail-wm0-f51.google.com with SMTP id 1so50096274wmz.1 for ; Fri, 02 Sep 2016 14:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bkQo/JTwfYU+8FQSeym4OMqiDZGeUUo3JaAmUkZugKI=; b=l4TBevmHerjnF8bjLYa1P8LlG5lLlRfMRVSQQaEEKomtkjVkDkrrKDhulFeOq1Aga8 d+tbgcTDXvKrhupF6b/wW6qbsvvi6Aj1xO5cnXirgqooe31h6Emn4hH3hMLLBPEKjWzs SV+zqwIGbcY7M3XPzBddCHNy5TAauEqeB+/L3KqwnMy01V+tcYK1JFIw7THTURs3yyDl avz6smjXe6W2/gWHeuf/GSApsU/mScKR0qOcqvT0s5Bp2CaGqamtVwommWBmnsfvpLFX pQsYg2AXQcapCSBgAfySIayHj0Km7Oa1/928VeN8f5HsmT0iC/IWLColTrXzosBAVfLq UTWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bkQo/JTwfYU+8FQSeym4OMqiDZGeUUo3JaAmUkZugKI=; b=Nu0GgmHVgp40Li+5TGSGVEVwR25wu/nyHaoMViAIUl9XriBuV3iGYI+JVwMFyMDA8m vGwWVIG6asIFtWeEglWfty3jHs3uuh2Is3WMl3C9mDR3bJ6O9KRR/bdOoYPXZ/fi55TI +8jPFYPVQ7U+Dw6EN4PR6sdwhBQ7pcimsiDMTqSXTNbdy4iBQNGSXea6nZjWgQGZXs4g RFUuBGmSyPYFGLhbuEYEG5+MImD44LjI1cb4HwZTzEzXsbHvVOnabJ/zcB+9ERkLoXVm NtmCZv9lTowT+tj3ZGcMqV74k2sLM014gpMhDm8/21+9kIjnwQu9Q1f1OmrItgqaPXrF PoOA== X-Gm-Message-State: AE9vXwNlwIJ0Y10CQfEBBqcAU3gawwn6kRwWqZTYha8e9osLV2RJtZh8uMZbI02aMoCLcCH7Pv2AsnnXOv/E6A== X-Received: by 10.28.52.2 with SMTP id b2mr5214218wma.109.1472851041148; Fri, 02 Sep 2016 14:17:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.109.219 with HTTP; Fri, 2 Sep 2016 14:17:20 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Sep 2016 15:17:20 -0600 Message-ID: To: Davey Shafik Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114302081d644c053b8cdbf2 Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: derokorian@gmail.com (Ryan Pallas) --001a114302081d644c053b8cdbf2 Content-Type: text/plain; charset=UTF-8 On Fri, Sep 2, 2016 at 1:32 PM, Davey Shafik wrote: > Hi internals, > > I'd like to introduce a new RFC to deprecate pear/pecl (in 7.2, and remove > in 8.0), as well as add composer/pickle (optional in 7.2, default in 7.3+) > in their place. > > https://wiki.php.net/rfc/deprecate-pear-include-composer > > I highly recommend reading the twitter poll and accompanying thread at > https://twitter.com/dshafik/status/756337267547832320 > > I believe that pickle solves the issues with regards to pecl, and have run > the idea passed Jordi and Pierre. Both are fine with this RFC. :) > > I understand that adding in composer/pickle is just setting us up for > having a future "Deprecate composer/pickle & Replace with foo/bar" RFC, so > I've proposed the voting reflect that some people will just want to > deprecate/remove pear/pecl and not replace them at all. > > I'm also proposing voting choices around the optional/default introduction > of composer/pickle. > I like the idea, my only concern is that pickle hasn't been committed to master in many months and the build is listed as failing. In fact the last release (v0.4 from what I can tell) also shows the build as failing? > - Davey > --001a114302081d644c053b8cdbf2--