Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34799 invoked from network); 7 Sep 2016 12:18:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2016 12:18:58 -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:33433] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/A0-18051-FA500D75 for ; Wed, 07 Sep 2016 08:18:57 -0400 Received: by mail-oi0-f50.google.com with SMTP id y2so22827292oie.0 for ; Wed, 07 Sep 2016 05:18:55 -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=ZX8B9ianNdmGsy5LnjiieKm2NtVlc8Y11CwNa3TlVD0=; b=IyxYvJgPU8Ui0NurD9pdU+JHJ/ryiB+vEAAt8MrLP+LdtnNYq9njvaKTdmhuP7Dz2f iZS20EvrKINNtW3Frkkb0Mg2Xd6S68CSSjM77+N6hna+x64aiOyY9K87tdHEIcwrqPlB C5zrgmHZsd3aJ4q+miC3w7F84HGyjfMR4BLkc5U4xJLd9ZJh5DvEFXCC374HmTo2T5Nt QfF5I8kk6ns4ibpfJqKCZfmJBX49lKHKmJu2u1N4jhZ8E9itXuWR4vZ/ZyHP9oZwsReA Ym2Mu5umB0wGxUe00G4ZQMlnPypmJJbWLV4BXAW/iMQXBac668mUvLHsmcya8wEmtfZs S5Aw== 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=ZX8B9ianNdmGsy5LnjiieKm2NtVlc8Y11CwNa3TlVD0=; b=OM2dGivU/tcw4bxwa0hR5qR3+eRPPhR1Kol0olwrnd1x6Yne+uiUx1VtxdK524Dm1E rnB5ybqXcUSf/iRqjoACrCCn2Dw2rBg968XPe2VmAEmj2ZzvoQ2zfekzmX0Dys1fdjBA fiPvnmzJuxXg+pzqFCGAuj7dm9Cx+CpHEtQwnR2+8SajkoSpL+/YV9Wv+idjEgtezTMa vqk+lGdIpIYUUSe+H+tQDFhzqWbUPzh1ofTDZEQq2fI914pu3fh1lN/vjpZAJQ7/RZNM JLqGfD4d3dnzdk66zZIudSs3lllKvyGjp3tfuXj1QcPhuTxZZw3iAz3bF6GSe5JKplqL VxKg== X-Gm-Message-State: AE9vXwPjxLCJgVrCIAfixM5mo6qiK0r9KBwtw3iHA3Fs0awn0JeXNCEYZqeZU3H37ma8viYjSPOBKY+PBvoe/A== X-Received: by 10.157.5.169 with SMTP id 38mr9540245otd.104.1473250732372; Wed, 07 Sep 2016 05:18:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.51.85 with HTTP; Wed, 7 Sep 2016 05:18:49 -0700 (PDT) Received: by 10.202.51.85 with HTTP; Wed, 7 Sep 2016 05:18:49 -0700 (PDT) In-Reply-To: References: <780c8f3d-bc26-37ff-893d-54be8d438c73@lsces.co.uk> <7ecffe19-f7be-7b51-f952-013812851c2c@gmail.com> <2b8cf7e9-3c66-5c2f-e962-22ad18992aa9@lsces.co.uk> Date: Wed, 7 Sep 2016 19:18:49 +0700 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113ad3e691788e053be9eafe Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: pierre.php@gmail.com (Pierre Joye) --001a113ad3e691788e053be9eafe Content-Type: text/plain; charset=UTF-8 On Sep 7, 2016 6:24 PM, "Lester Caine" wrote: > > On 07/09/16 12:02, Pierre Joye wrote: > > One point, pickle does not need composer to run. > > > > pickle install memcache will install the memcache extension (windows > > binaries, from pecl.php.net, etc) straight away. > > That one is useful to know. I have all my own active pear stuff under > the code repository and so plain PEAR is less of a problem other than > where it's hard coded into legacy installers. And I will just need to > manually add it if needed. Windows extensions are the area where I've > not been able to build my own or some time because I need a clean build > system working on W10, which is part of the reason I am concerned if the > likes of interbase is no longer available pre-compiled. I have no > problem playing on Linux, it's just keeping windows clients alive and > the existing set-up just works. The service we provide to build binaries for pecl.php.net remains and will as long as pecl.php.net is up and running (and it is going to be for a very long time). We simply extend this service to the growing amount of extensions only available on GitHub&co. --001a113ad3e691788e053be9eafe--