Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21320 invoked from network); 7 Sep 2016 11:38:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2016 11:38:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; 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: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:34681] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/EE-18051-25CFFC75 for ; Wed, 07 Sep 2016 07:38:58 -0400 Received: by mail-wm0-f51.google.com with SMTP id 72so1184992wme.1 for ; Wed, 07 Sep 2016 04:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=4B17FU6k8TnOgnEHAAhvAZczGiBYsIH4xwqLMjyq9Ac=; b=x/C02rUZAi2qYF4SAnH72Oj39ts+nyV+4uOzFSXpYyv0WGUiR0EL9n2kzaaPehu5rd oKBb20SFJTdNbXuNTnS+M/0jgaYtPX6RxwsOW091A2BTRsELpWH2atgFsueDtScD8qSo rg21w+OsQudLO4cjm1ysmEm6Ennbhhbfd+dJ+vrfcKHidAg2LJsXifrtHgc7/ebUYWIv QlN+xaWSL/BVLfYxzKtn6S0bq7eAoklL4BbvghuRoVNgl6a3/dhKjF8Y6yVDMwm5yT44 nEGYhpwg+9/QJQkGy6id/acp6bqYXKpqcwqKx2urJZ7llxNi9i5KQ+3/EtAud6Uz9bqY +94g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=4B17FU6k8TnOgnEHAAhvAZczGiBYsIH4xwqLMjyq9Ac=; b=M87Tv47BFWWKe16OdR7/zGzliBmN4R/Mt7kD1UCsm4Cj8zMVvLXsAb8V4IqDVuExPk 9ypcpfW+FZuDfrgwsCVN+ZPTi3Zy0O9D2WA9quxZiSK+Ux2mspKUhNJ4DfYd55W2JmKj AvqYR/iGdBeeKar4UOyJxLzSV0/wSI1WQ2pEt+AMlmXaRw99UwV1KwYFH2AstZ1pRmjS Dx1zu0mGEmUtucDUTy+zCYO5KZPjfvjjFUKYVVw5nMkjHsLAGtg5XtSzBwF407gF09JA lMxZHWP/3jVGDin2yds/kceb/KPWQ63JlY0s0bjbY07dX7o2OcI8+opxLum6CK7V6xeE wOkA== X-Gm-Message-State: AE9vXwPO4OjTNjtsZO0WE7Ej3J6siZEMu5I/7qXGRpq6NCcp0NpoYD3de68EdcAPBsa7DQ== X-Received: by 10.28.170.72 with SMTP id t69mr3264586wme.115.1473248335269; Wed, 07 Sep 2016 04:38:55 -0700 (PDT) Received: from [192.168.0.98] ([93.188.182.58]) by smtp.gmail.com with ESMTPSA id r6sm3842093wme.6.2016.09.07.04.38.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Sep 2016 04:38:54 -0700 (PDT) To: internals@lists.php.net References: <780c8f3d-bc26-37ff-893d-54be8d438c73@lsces.co.uk> <7ecffe19-f7be-7b51-f952-013812851c2c@gmail.com> <2b8cf7e9-3c66-5c2f-e962-22ad18992aa9@lsces.co.uk> Message-ID: <04613dcc-141e-762c-797b-c1f3e7b9b069@gmail.com> Date: Wed, 7 Sep 2016 12:37:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <2b8cf7e9-3c66-5c2f-e962-22ad18992aa9@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: rowan.collins@gmail.com (Rowan Collins) On 07/09/2016 11:51, Lester Caine wrote: > This comes down simply to 'education', and just as we provide migration > guides to check deprecated code and help re-write it there needs to be > the same sort of guideline - provided by PHP - as to how composer or > what ever can be used to replace the previous processes. I've seen > several examples of how I could be using it, but none that dovetail in > with what I have. I guess "we", i.e. PHP, should provide migration guides from ways of working which we documented in the first place. So is there a document that describes your current way of working, that you are trying to migrate from? It's hard to know where to begin when you talk about "a style of working". Regards, -- Rowan Collins [IMSoP]