Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85866 invoked from network); 2 Jan 2015 16:04:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2015 16:04:11 -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.212.179 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.212.179 mail-wi0-f179.google.com Received: from [209.85.212.179] ([209.85.212.179:35211] helo=mail-wi0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/54-61219-B71C6A45 for ; Fri, 02 Jan 2015 11:04:11 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so27962040wid.12 for ; Fri, 02 Jan 2015 08:04:08 -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=3IhDhLqGYacSs9uIx1xmuNuOCL6ui7K3gyXcbqwsoaQ=; b=o5Q+8bLXdakixaf+CWI+AiMa90RS8qtWfpKmMy1J6nwrj2Oh403a9sOBjKCDctyyLq jp8W3Hr1aAfFfPyz4tyZrgqK2bnMSl2MeT4fM5lrgYdonIDqxws4mPP9WlaHdHeG5Uxa 2F7A8EJCvZ11exd6ljQl4kQG8QdUVqiCDgcCJ5pGC4d5TMKSnOA/H9dxrcNyvbL/hwvh Sy3gAnMd8u6oEOx2Ksn8W8CnFcnLqpu9EJxegir/Vzp1L/C4TAhDm7JuoFFrihXTRFhT Uf75tTls5bw8E3mM/GWMagI8yVM9ZdimW3ClS95hSI+5CXYOEQ1ky1MeLLdoaXM8lrYX vwgw== MIME-Version: 1.0 X-Received: by 10.181.13.106 with SMTP id ex10mr133892694wid.36.1420214648738; Fri, 02 Jan 2015 08:04:08 -0800 (PST) Received: by 10.27.10.196 with HTTP; Fri, 2 Jan 2015 08:04:08 -0800 (PST) Date: Fri, 2 Jan 2015 17:04:08 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=f46d043be12ca4f3f5050bad7dee Subject: [VOTE] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --f46d043be12ca4f3f5050bad7dee Content-Type: text/plain; charset=UTF-8 Hi internals! Voting on the removal of deprecated functionality in PHP 7 is now open: https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#votes As requested, I've split this up in many individual votes, only some particularly trivial function deprecations are left as a group. If you vote against the removal of an item, I would appreciate a mail with your reasons behind the choice and maybe suggestions as to what we should do with the item instead (leave deprecated / undeprecate it / provide missing alternatives / ...). Nikita --f46d043be12ca4f3f5050bad7dee--