Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57237 invoked from network); 23 Aug 2012 16:21:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2012 16:21:28 -0000 Authentication-Results: pb1.pair.com header.from=adamjonr@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adamjonr@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adamjonr@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:55165] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/A3-40468-88856305 for ; Thu, 23 Aug 2012 12:21:28 -0400 Received: by obbwc18 with SMTP id wc18so2318680obb.29 for ; Thu, 23 Aug 2012 09:21:25 -0700 (PDT) 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=RAI5nkWDTP2/Y4+X5tiz7oo6Fm9tU9S+aRaPXG3GDk4=; b=hD6uoBUkNewWTNti07HC6BBDTuZeiTh1JIg8yDHlVdpfrB+ACgx42t62hPMv+nIB4s xEzOlSzOCHMq9xa1iSNEl1+tUC+Ylx57PDxQHO0bWgofKfYWjgiAOh6GTuZKpIBC/Qmf Z+lvHklPNrEY/oMxe9XwgIpMzzcMaQp4dwrC/ojZZIKALh7JKKNNCCX40tGDXwj5Iyd+ 5JIHUf6Acu3qm5wk1+U3XYbr5tQPM1cjpPEpXzQv2kPCl1s7gumkftS/dNSCplgIohIJ j3O2mkpFY/hiDjc0kk1mbMH+Sv2vFUpg1e6ZvUU85wNxl+hv7X1hGzzBzhuEeBsxTGxA skbw== MIME-Version: 1.0 Received: by 10.182.190.69 with SMTP id go5mr1600705obc.43.1345738885584; Thu, 23 Aug 2012 09:21:25 -0700 (PDT) Received: by 10.76.95.198 with HTTP; Thu, 23 Aug 2012 09:21:25 -0700 (PDT) In-Reply-To: <5036551E.1030804@lerdorf.com> References: <5036551E.1030804@lerdorf.com> Date: Thu, 23 Aug 2012 12:21:25 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Default input encoding for htmlspecialchars/htmlentities From: adamjonr@gmail.com (Adam Jon Richardson) On Thu, Aug 23, 2012 at 12:06 PM, Rasmus Lerdorf wrote: > So do we create a new default_input_encoding ini directive mid-stream in > 5.4 for this? Of course with the longer-term in mind that this will be > part of a unified set of encoding settings in 5.5 and beyond. Yes! This is a fantastic idea. Adam