Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94909 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27354 invoked from network); 8 Aug 2016 05:42:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2016 05:42:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=mails@thomasbley.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mails@thomasbley.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thomasbley.de from 85.13.128.151 cause and error) X-PHP-List-Original-Sender: mails@thomasbley.de X-Host-Fingerprint: 85.13.128.151 dd1730.kasserver.com Received: from [85.13.128.151] ([85.13.128.151:53342] helo=dd1730.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/87-33134-8CB18A75 for ; Mon, 08 Aug 2016 01:42:33 -0400 Received: from dd1730.kasserver.com (dd0800.kasserver.com [85.13.143.204]) by dd1730.kasserver.com (Postfix) with ESMTPSA id 463EE1A81151; Mon, 8 Aug 2016 07:42:30 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-SenderIP: 138.201.158.68 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: To: michael.vostrikov@gmail.com, rasmus@mindplay.dk Cc: internals@lists.php.net Message-ID: <20160808054230.463EE1A81151@dd1730.kasserver.com> Date: Mon, 8 Aug 2016 07:42:30 +0200 (CEST) Subject: Re: [PHP-DEV] [RFC][VOTE] New operator (short tag) for context-dependent escaping From: mails@thomasbley.de ("Thomas Bley") > it's just that no one except you thinks this is a good solution it's just that no one - who is allowed to vote and wants to vote - thinks this is a good solution. Regards Thomas Rasmus Schultz wrote on 07.08.2016 13:06: > Looks like it's unanimously a No. > > Michael, don't be discouraged - I think that everyone agrees that there is > a problem to be solved, it's just that no one except you thinks this is a > good solution; many of us are of the opinion that it's not a solution that > really addresses the problem at all: you haven't eliminated the choice of > whether or how to escape something, you've merely changed the scope of that > choice - into global state, which clearly isn't popular. > > I encourage you to keep thinking about this problem, but you should explore > entirely different directions - rethink and rephrase the problem, get to > the core of it, and a different angle on the problem might reveal itself. > > > On Sat, Jul 30, 2016 at 5:09 PM, Michael Vostrikov < > michael.vostrikov@gmail.com> wrote: > >> Hello. The RFC 'New operator (short tag) for context-dependent escaping' is >> now in voting phase. >> >> https://wiki.php.net/rfc/escaping_operator >> >> This RFC introduces new short tag/operator, which will perform echo with an >> automatic call of escaping function. >> Voting is open till August 6, but it can be prolongated if you will decide >> that this is too small voting time for such a change. >> Voting requires 2/3 support. >> >> Thank you for voting. >> >