Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81180 invoked from network); 18 Feb 2016 19:41:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 19:41:51 -0000 Authentication-Results: pb1.pair.com header.from=mails@thomasbley.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mails@thomasbley.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thomasbley.de from 85.13.137.24 cause and error) X-PHP-List-Original-Sender: mails@thomasbley.de X-Host-Fingerprint: 85.13.137.24 dd15934.kasserver.com Received: from [85.13.137.24] ([85.13.137.24:60355] helo=dd15934.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/83-62769-B7E16C65 for ; Thu, 18 Feb 2016 14:41:48 -0500 Received: from dd15934.kasserver.com (dd0801.kasserver.com [85.13.143.205]) by dd15934.kasserver.com (Postfix) with ESMTPSA id 2A88F261464; Thu, 18 Feb 2016 20:41:44 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-SenderIP: 95.91.245.223 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: To: internals@lists.php.net, nikita.ppv@gmail.com Message-ID: <20160218194144.2A88F261464@dd15934.kasserver.com> Date: Thu, 18 Feb 2016 20:41:44 +0100 (CET) Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.1 From: mails@thomasbley.de ("Thomas Bley") Nikita Popov wrote on 18.02.2016 13:41: > 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 > I'm proposing: allow_url_include Regards Thomas