Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91265 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38099 invoked from network); 18 Feb 2016 12:41:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 12:41:42 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.180 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.161.180 mail-yw0-f180.google.com Received: from [209.85.161.180] ([209.85.161.180:33096] helo=mail-yw0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/E0-32469-50CB5C65 for ; Thu, 18 Feb 2016 07:41:42 -0500 Received: by mail-yw0-f180.google.com with SMTP id u200so38722996ywf.0 for ; Thu, 18 Feb 2016 04:41:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gto5ixHWZQ/T+gnx+5lpGkWj33oWif/TccHoTAImqow=; b=NklaIGlR/EDF9NgmDMYfSvJPWURliWfXcHtbwHcucvBw0ldQcYCcPx/EJy78Rp9Hq2 LcfpHQytkThUUw+j7wMiStGKPl+Hgj2I/vLv5h87zZqmkZywMZs9O0OHalmdckAwovhk j+vyO62yJQQvYzCaeBOUnZOHVxN0tK1W0JH+H6AZxMt90/iqAQGg28Au9/aHnw5T1uZN ilKxk0Mcnb6qHCyDvtcxoW2jo9L0I00rtAueK8bqiCwS1zRPIbGQCWRidubmaeoApOva LuoqcOxFBlR5IDiRvZJR8Fd6NN4WG4yj17S6hgGaoAfKX1UNCWLl4GRR4hwl37hGQbJE d/jQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=gto5ixHWZQ/T+gnx+5lpGkWj33oWif/TccHoTAImqow=; b=ZLlsxliGH/Kao7k0Bna2Yr/76xxbdgeHCFMiXsgaFgO7x7n6H729/3/0RuneqR9DBK Xu285KnyUEl0v1ESxkGgpzAkd18/OXMzA8fmteuwvkU51AEC/9thWZYhPdxqCnk+i3YI TfYHyUL0DYMcSZajYGfgMUwHvrclCkNrruIEqAx5+3BwITa6K/bFGr2dGqQGT49q6lQY roJSkTUpVdWqAPVArNnT2jFiaeQ/+WzFU+KDAZLnSfvXTcCnJxXcabvna9FuM+ldG4Pe rujhn0fbd75sj3PYZRhA4oXIe0ywpBfIQN4exASkjNoliytf4fGSgjLdUf3Q+dRYNORI 0iyA== X-Gm-Message-State: AG10YOQHKNpGb+C91QMQzaGEd6IidfA+5MkwRAoS3Pb9Rb98v3bP5MZXaHx0ozmXKeOmUm6fh8X/NrqM8hnimg== MIME-Version: 1.0 X-Received: by 10.129.48.148 with SMTP id w142mr4417903yww.147.1455799298706; Thu, 18 Feb 2016 04:41:38 -0800 (PST) Received: by 10.129.148.70 with HTTP; Thu, 18 Feb 2016 04:41:38 -0800 (PST) Date: Thu, 18 Feb 2016 13:41:38 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11414b8610551d052c0ab010 Subject: [RFC] Deprecations for PHP 7.1 From: nikita.ppv@gmail.com (Nikita Popov) --001a11414b8610551d052c0ab010 Content-Type: text/plain; charset=UTF-8 Hi internals! I've created a bulk-deprecation RFC for PHP 7.1: https://wiki.php.net/rfc/deprecations_php_7_1 I'm using this RFC to collect various deprecations targeting PHP 7.1, as having individual RFCs for these is too much management overhead. Each deprecated feature will get its own vote, of course. This RFC is incomplete -- I'm posting it now so people can suggest other things that should be deprecated. I expect it to grow over time and don't plan to vote on it in the immediate future. Thanks, Nikita --001a11414b8610551d052c0ab010--