Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74382 invoked from network); 18 Nov 2016 14:55:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2016 14:55:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.181 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.161.181 mail-yw0-f181.google.com Received: from [209.85.161.181] ([209.85.161.181:35972] helo=mail-yw0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/43-58339-E561F285 for ; Fri, 18 Nov 2016 09:55:28 -0500 Received: by mail-yw0-f181.google.com with SMTP id a10so165258419ywa.3 for ; Fri, 18 Nov 2016 06:55:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ZxqSBmHBg2Wj1Xtg2LfyqEKVqzaSUm81WOW39fuNnQY=; b=RWUrmqqRbcOYCGvcpKczmvmQdTZOvNSMMI+LVPc7U/Nah/xOuULzUFF/YIcHsXG4eu fPgo8BNhLmKbgbV8q2a1ax6kMzsBq1So43DW0aCigtz1ox323KKq5SmQqcOfR0E2KdHe tMRP1eBdN56mo7+e3v/I9uvskryzNm8op54ycf0bY2pjuTn3tNN5VgWyxfFKciiC9R6L n78obF9gvK9en4CyrTP2a3r0Tr3j/PScpMv+/wtZH2WsvkZGWQ6cfcEsxE5tR860BsWY 6cTPI4Pq80fhsuYHwz4vCTHbEhbCGU5KUoPSW78zccWnfLY/hMorbuRha7JNddmQepzd 2b/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ZxqSBmHBg2Wj1Xtg2LfyqEKVqzaSUm81WOW39fuNnQY=; b=nJt5CeBk0eg2mhbzIHWLMzR2+d/fxc4WNWgTC1+yONjOQ5fqB0pFWNEXDvzIGA9ur6 WoocUrCNmYg5vIPnAC5VRQeSOPTCaOC8qYNWvOwEp++q7XAnBCD4GLXbnf1Q1qlXiGYg 1E64ztpHsS2yzqhrCvHsrTW+vYPzbQSis8Xt8zPPwdXx0WeWHg4YY+qIl2PrZ8HmL1AS irTvup69FiNEX9OtbY7VLXG84dwEAwpf4mLXoy218rhcNEhNcjQ9jMfeDWStlF9oM3H/ YiYokCvqQ8cYVrOKdytY8HV5E0Ce+j+So8DNTzqpPa6wdK8OHGkZIN8KjRhK4AbozNA6 gZJw== X-Gm-Message-State: AKaTC03RlMdgzNjWonmD/WhAMotgijDza3oYlxH8OxpG0T+S0/sv2pCNeB94HJC48aITA/g9vgX3ksey9MZTVA== X-Received: by 10.13.215.78 with SMTP id z75mr127971ywd.100.1479480923640; Fri, 18 Nov 2016 06:55:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.83.67.21 with HTTP; Fri, 18 Nov 2016 06:55:23 -0800 (PST) Date: Fri, 18 Nov 2016 15:55:23 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=94eb2c075e46e7da890541947e38 Subject: [RFC] Deprecations for PHP 7.2 From: nikita.ppv@gmail.com (Nikita Popov) --94eb2c075e46e7da890541947e38 Content-Type: text/plain; charset=UTF-8 Hi internals! I've submitted this RFC for PHP 7.1 previously, but didn't follow through due to time constraints. Now I'd like to propose an extended version for PHP 7.2 and vote on it sooner rather than later to avoid a repeat performance. https://wiki.php.net/rfc/deprecations_php_7_2 The RFC combines a number of deprecation and removal proposals. Each one will get a separate 2/3 majority vote. The RFC overlaps with some recently discussed topics (each, binary strings) -- I'm fine with dropping these if someone has a more specific RFC. I expect some of these are no-brainers, while others are more controversial -- please share your specific concerns. Thanks, Nikita --94eb2c075e46e7da890541947e38--