Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41203 invoked from network); 2 Sep 2016 19:57:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2016 19:57:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=neclimdul@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=neclimdul@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.49 as permitted sender) X-PHP-List-Original-Sender: neclimdul@gmail.com X-Host-Fingerprint: 209.85.213.49 mail-vk0-f49.google.com Received: from [209.85.213.49] ([209.85.213.49:33431] helo=mail-vk0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/E1-19490-BA9D9C75 for ; Fri, 02 Sep 2016 15:57:31 -0400 Received: by mail-vk0-f49.google.com with SMTP id f76so32479058vke.0 for ; Fri, 02 Sep 2016 12:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=yJ7M+AvDQAau+KOouuh3HM2FG1lPZCxfnqs8wzdsvvw=; b=COyRZsaZYpv8cIJiODlcIvmuYAZ4v7L/0d8XPgrh41uAOanap+EavYvRA5YjbcfU4P 2M3+DZagNp9CzhH1oBug/Rt/RLpjT0lQDzopK6vaESU5+jr1XwqOdQMMQx6lNnLi5UXG OrewBodvElmwkrP/uWSjUTTJ8SnYSU1eQR2bC9GfsCfKtSg5BBiUvhV+JTD65PuLZLZg k9VqhvWBiEZLc54TKBXNxqkm+2reU3/wwhFBD8p428j9EUaLX9VSsUWYYzQts3rj7woY AASaKQeIPbBKGjoCobakc7zy20WhYFzBdDPx+NM5QfFP5DYcwP9/WbygaYU8afHHDzCZ amDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=yJ7M+AvDQAau+KOouuh3HM2FG1lPZCxfnqs8wzdsvvw=; b=JMnynVg0KOZQS+3NxQTaXU0NfTLCnHJ2agf9SurIfavbquzvhUD9qwdkzAxxqxWiHR JZwhgZpA6Bs1q/ymoWo5Y86ZJThW/QTyKyoSqypJtldv6CO+c/ymZv9rsi71aUe10RqS IlVwyE50CE48DnsWcd/Ftz8q4Lz/CpmZgUMTRbTVCaJPwurwrhlEMGQ16UzRaaUFZHVA 5xb1d8mxELMtvHsLtilUCXCqYPQrHD7krrYAzy/ySgLiE3dRyf3OMzzw2roNEf4U6yob +n1/mR4bxpczQZtF29VZGuzS7iqgdEi97zCnwNF3dJeerqH24y/+f5yImunze8eHphVV KN7Q== X-Gm-Message-State: AE9vXwMyUpMpOPopBJB25X+BluoQuk/cBsOBBFN9TuCT7D8pdIxpHmvg8zkyAziyjtC+DFw/Gd7AnJk++DWFPw== X-Received: by 10.31.107.150 with SMTP id k22mr14878004vki.56.1472846248773; Fri, 02 Sep 2016 12:57:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 02 Sep 2016 19:57:18 +0000 Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114785fc778dc8053b8bbd6c Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: neclimdul@gmail.com (James Gilliland) --001a114785fc778dc8053b8bbd6c Content-Type: text/plain; charset=UTF-8 On Fri, Sep 2, 2016 at 2:33 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. > > - Davey > Will composer/pickle address the unsolved PHP compatibility issue that makes pecl a pain following the PHP 7 release? --001a114785fc778dc8053b8bbd6c--