Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68208 invoked from network); 11 Oct 2014 20:52:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2014 20:52:26 -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.217.175 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:58370] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/F2-43359-88899345 for ; Sat, 11 Oct 2014 16:52:25 -0400 Received: by mail-lb0-f175.google.com with SMTP id u10so4662497lbd.20 for ; Sat, 11 Oct 2014 13:52:21 -0700 (PDT) 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=uh8DFOQZU3jh9twPkvT1JEXkAlmyG9POx65pKehnHrE=; b=FoGnZ/0l6fs0oUSP+/OrfBhssO05dbM1jcPm2+Si8XgNsYYYMT1Sa7TjFq4L+2cR+P yScedfjrDN4L6J5HggsqUklP6W340Tq8oAWHbZkG3KA0fd7ZAOv2eactIPCAq5YAY/ip iwM7f0w1Wb0da0Jt9uSU6h0LFIAboIiJO/uDo3efCa0Bk9VZCGSLeVtE7loK4Tny4GLS xWGYJ3zv4O4sB0yu66PeEaB+svESBYRjR3jQtkkwx7mDH0BavyzFcY01l2EBekVrdnXP 8DsvIzBKtxfzCqdeLGPEiuuhzZQ1FPjjaT56Oqwze/j6xRGCSVlQC6r5EV9Xp+iKhYVB vzeg== MIME-Version: 1.0 X-Received: by 10.112.169.37 with SMTP id ab5mr13379492lbc.27.1413060741337; Sat, 11 Oct 2014 13:52:21 -0700 (PDT) Received: by 10.25.218.137 with HTTP; Sat, 11 Oct 2014 13:52:21 -0700 (PDT) Date: Sat, 11 Oct 2014 22:52:21 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c34b4a889a3005052bd714 Subject: [RFC] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --001a11c34b4a889a3005052bd714 Content-Type: text/plain; charset=UTF-8 Hi internals! We currently have a number of deprecated features, which we likely want to remove in PHP 7. I've created a tracking RFC listing deprecated functionality (if I missed something, please tell): https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7 I expect many of these are no-brainers (like assigning new by-reference), but other items like removal of ext/mysql may need additional consideration. Unless there are items that are particularly contested, I'd like to handle the bulk of these in a single vote and only have separate votes for ext/ereg and ext/mysql, as these are arguably more intrusive. Thanks, Nikita --001a11c34b4a889a3005052bd714--