Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94753 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95281 invoked from network); 30 Jul 2016 15:02:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2016 15:02:26 -0000 Authentication-Results: pb1.pair.com header.from=michael.vostrikov@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=michael.vostrikov@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.178 as permitted sender) X-PHP-List-Original-Sender: michael.vostrikov@gmail.com X-Host-Fingerprint: 209.85.216.178 mail-qt0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:35120] helo=mail-qt0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/E0-22978-181CC975 for ; Sat, 30 Jul 2016 11:02:26 -0400 Received: by mail-qt0-f178.google.com with SMTP id x25so83373306qtx.2 for ; Sat, 30 Jul 2016 08:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=3poZoWZd9dBLoV0CnFSIAKLGfMsNtMrAdRF48rbxAIA=; b=vlIdgRPVTfq9rKV53Pz2xDUH1IyuNGZS586iUejwJlDpV3xhb6lLc8cZet5dSBs4sc MVd+TN1uzIX7cUgQY4kjPsmGfWEQDvFA7aHI8GYKA0e1yx+dRuPdb8DRrBCuwMJpkvU8 eI14sdWoiGt72pE8eL2BAbl75gvhNMxhhG0PlpZGzyOD4MOVpzjUqM00t8w5WWZPRxeU OrVCpiSp5MPHm9wQS4KwJu3vMvjKnG4mHS0Vfd7SHkR5KXSZ6Ppm8qKaiCXTlxpO+S8V 00Xzdql73d1JLTlf3N1fKV3cqzChuroIwrD4dEODft9bu9csj7r5TdlNuP3aUz98ohPM I/1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3poZoWZd9dBLoV0CnFSIAKLGfMsNtMrAdRF48rbxAIA=; b=S/tgggcztdqFr2Eek0ZI9LGegNUIpaF13nR3zYSNcM7ncnT12We/YbeGCUn5xBViq8 NPnIcff9GFoImkfQ99HkOTrf9IHr74R9Vw3OrOjsIbU8ylqtnKfeG1VLB4LYKlGCT9LQ XCWU9xms9Q5tvGdgj1Bko1mcxsGkpGUKBUBrvgLuBqhOpUYL0tetjMCGpA/hz6qC5AsU 1BrRfWB3A+BRZvs+TaqMvA9PvYEGPwkImYrszVtB3RgGTc3vbnkP/8H1Ys3HREIST+8B 8EguF/TQ/IGRP/og4oSgYqthJZzOWx2MDIUYSYwCgcY2DHuTszwi5t4P7WfHehZIISz1 DtSA== X-Gm-Message-State: AEkoousfQ9f/c1kGzfazBj/jV1hA9KNsNzNp5uRn9bPvJ+SRUEnox7Ej5porIZSxsZw6nfYnyIE+RE6iI0PxnA== X-Received: by 10.200.37.111 with SMTP id 44mr74516405qtn.17.1469890943204; Sat, 30 Jul 2016 08:02:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.189.135 with HTTP; Sat, 30 Jul 2016 08:02:21 -0700 (PDT) Date: Sat, 30 Jul 2016 20:02:21 +0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11404e9487436f0538dba76c Subject: [RFC][VOTE] New operator for context-dependent escaping From: michael.vostrikov@gmail.com (Michael Vostrikov) --001a11404e9487436f0538dba76c Content-Type: text/plain; charset=UTF-8 Hello. The RFC 'New operator (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. --001a11404e9487436f0538dba76c--