Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6835 invoked from network); 20 Dec 2014 17:33:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Dec 2014 17:33:18 -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 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wg0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:36063] helo=mail-wg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/21-00307-BD2B5945 for ; Sat, 20 Dec 2014 12:33:16 -0500 Received: by mail-wg0-f45.google.com with SMTP id b13so3751949wgh.18 for ; Sat, 20 Dec 2014 09:33:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2ilztkfuigzFIG+Tjzo3/yfTQzuIOHNRSSRlqxFyCas=; b=0ed95cqujEdNwYwOXP66T6RCWjARAY0WGBjcWTJU0KmFugc1KFS7Kf8MZoFPmSUSYe ppuO4TKc6X76ODFoW7yrMQcBrQu9jmPt2EtFlbfCiAc4WJGwcwOA4Yh9ZjrIMi1bKIz+ 1s2HCyRW2nCoi95lJ46R7Jbxt2SU/05OWo8YX7VFi9C4HbR3TUBhnD8ofZCHk/xq8Vh/ qsSspCmJX36M2Gz5nn8ZfEhwTAiNrTcZvVbYsh38YCNJ0eTwDr/BM36oiIU1TMDbXw3z h9LxS/km2N0SZumJYZ3liI7YYQXq9WFk9OFgGjUm0Yp95se0N7kZJPu8w+tXD9YWn1zw QPsQ== MIME-Version: 1.0 X-Received: by 10.181.13.106 with SMTP id ex10mr16133585wid.36.1419096791686; Sat, 20 Dec 2014 09:33:11 -0800 (PST) Received: by 10.27.10.196 with HTTP; Sat, 20 Dec 2014 09:33:11 -0800 (PST) In-Reply-To: References: Date: Sat, 20 Dec 2014 18:33:11 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=f46d043be12c2ba3a5050aa93845 Subject: Re: [RFC] Remove deprecated functionality in PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --f46d043be12c2ba3a5050aa93845 Content-Type: text/plain; charset=UTF-8 On Sat, Oct 11, 2014 at 10:52 PM, Nikita Popov wrote: > 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 > I'd like to start voting on this sometime soon. I've updated the RFC to include more info on some individual deprecated functionality and also created blocks for individual votes. I've created seven instead of the original three. If you want me to split off some point into an extra vote, please say so. I've also found that in https://wiki.php.net/rfc/incompat_ctx the vote already decided that it should be removed in the next version (-> PHP 7.0). So, anyone have a problem with dropping that right away without doing a second round of voting? Nikita RFC: https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7 --f46d043be12c2ba3a5050aa93845--