Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42916 invoked from network); 5 Sep 2016 13:24:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2016 13:24:18 -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.218.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.50 mail-oi0-f50.google.com Received: from [209.85.218.50] ([209.85.218.50:35899] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/BE-45301-FF17DC75 for ; Mon, 05 Sep 2016 09:24:17 -0400 Received: by mail-oi0-f50.google.com with SMTP id w78so56664367oie.3 for ; Mon, 05 Sep 2016 06:24:15 -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=MW+QAHM8UDlSHlM3nfGo/qnx3BrKRfWjGtOjc0ck2wA=; b=GZ/kl3LWNiV/jU9RqwfEOOOO4q6usVrFuVbPlTZWI872XA2rJBB/HiXEghriWNv7B/ l61JkXJ9gitisaQtHtSRuUF1wEnFdyMR3QQ3G/t1+llIje2T3sjL7U2+LubrF8d2yhMP v7YmFr6nTvkJ/ai+VPNaIJ3PexIxKXBqhcD7gghr30j7NGA5RhD+FcNpXm1hb1o/gzub GdMeoQkBCwb/dtOe7N6JuCrx4H6mmHs+zNhCbpU54sG2wDOcFL9N3doU7fkjRyVSyy3G pDHv6yZF8twUJKPCTheXZ5+C7TH3H8Oy/CbGbwsDjUC+ySvZHyH1eZ6iVNW8fV3rctX/ s98A== 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=MW+QAHM8UDlSHlM3nfGo/qnx3BrKRfWjGtOjc0ck2wA=; b=RJ09j7TZCQI+CkSBbuQemo7Ovs6roEKvqLEnnVp16CMDN5tKfUwSwzmWxxkXT6vruG SvVBERgY88pvYikwjONBWLH6rLF7eLfUlVSYoYZpYgUDBgVZZuh2zvw9P0PVDDT+EPjr vs5STSbz2sb4XU/zj38xiIEZb/mJJ9k2BFUQ0SfbLFhUWOOCfC6aYGAREMs/kdYXmFQ7 lbAp3oXQMQh05VKisbqlOkWWKM+WjXX3Cfrg8qMoKesfiJ+tX1jF/jLN/FMzAuHgpw8i txThfwavX9QljbEzKk1Npocb1w831IqomoI1x8oxkS9IfpBSlOGE4gC6o/BwhQZkJyp2 a/jQ== X-Gm-Message-State: AE9vXwMJ+IRIpMhlzgvByfEkVWjBQckCnWM1FxIU68JYhWK/FoVL4WLWVAsZ0lVGbTskhWKntDCsCq4JgjtF0w== X-Received: by 10.202.84.195 with SMTP id i186mr29190431oib.200.1473081852613; Mon, 05 Sep 2016 06:24:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.51.85 with HTTP; Mon, 5 Sep 2016 06:24:11 -0700 (PDT) Received: by 10.202.51.85 with HTTP; Mon, 5 Sep 2016 06:24:11 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Sep 2016 20:24:11 +0700 Message-ID: To: Ferenc Kovacs Cc: PHP internals , James Gilliland Content-Type: multipart/alternative; boundary=001a113de3528cd8b8053bc29889 Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: pierre.php@gmail.com (Pierre Joye) --001a113de3528cd8b8053bc29889 Content-Type: text/plain; charset=UTF-8 Hi Tyrael On Sep 5, 2016 7:10 AM, "Ferenc Kovacs" wrote: > > You are probably talking about https://bugs.php.net/bug.php?id=71224. > > My understanding is that when fetching the packages from pecl.php.net > pickle would still have the same problem ( > https://github.com/FriendsOfPHP/pickle/issues/133) but if pecl authors > start adding composer.json to their repos you can describe the php version > dependency for the given extension on a per tag/version basis. > > I still think that it would be worth implementing > https://bugs.php.net/bug.php?id=71224 One thing we can do for pickle is to automatically add composer.json as part of pickle web which is a packagist for exts (php and other implementation). That should not be too hard. At least for the packages were no json is available. Also Jordi and I still have to settle the integration part. --001a113de3528cd8b8053bc29889--