Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17605 invoked from network); 30 Jul 2016 20:49:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2016 20:49:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=r@roze.lv; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=r@roze.lv; sender-id=pass Received-SPF: pass (pb1.pair.com: domain roze.lv designates 213.175.74.1 as permitted sender) X-PHP-List-Original-Sender: r@roze.lv X-Host-Fingerprint: 213.175.74.1 roze.lv Received: from [213.175.74.1] ([213.175.74.1:3020] helo=zeona.lv) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/04-22978-8E21D975 for ; Sat, 30 Jul 2016 16:49:45 -0400 Received: from MezhRoze (unknown [10.8.0.69]) by zeona.lv (Postfix) with SMTP id 28E4E226F9366 for ; Sat, 30 Jul 2016 23:49:41 +0300 (EEST) Message-ID: To: "PHP internals" References: <20160724145557.D52C31A80BBD@dd1730.kasserver.com> <6cfac572-9982-87f8-5a55-9213d978cde9@gmx.de> <20160724162103.BC5741A83512@dd1730.kasserver.com> <20160724172131.675AC1A800B0@dd1730.kasserver.com> <9bc0db6a-fa19-5f87-0e82-3702dcb34254@gmx.de> <20160727224510.7B80C1A80358@dd1730.kasserver.com> <20160728093917.5DCC51A82392@dd1730.kasserver.com> In-Reply-To: Date: Sat, 30 Jul 2016 23:49:31 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Subject: Re: [PHP-DEV] [RFC] New operator for context-dependent escaping From: r@roze.lv ("Reinis Rozitis") > From: Michael Vostrikov > > The problem is that these functions should be called everywhere manually, > and there is no error when these functions are not called. > And this RFC proposes a solution - call a function automatically. Though you can use pecl/taint for that. If anything imo it would make more sense to propose/vote for such functionality to be included in core. rr