Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41127 invoked from network); 30 Dec 2013 19:38:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2013 19:38:26 -0000 Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.174 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.174 mail-ie0-f174.google.com Received: from [209.85.223.174] ([209.85.223.174:39525] helo=mail-ie0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/41-33070-1BBC1C25 for ; Mon, 30 Dec 2013 14:38:25 -0500 Received: by mail-ie0-f174.google.com with SMTP id at1so11940302iec.5 for ; Mon, 30 Dec 2013 11:38:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ZlT19wVJe5EAjQJMynDIjM/P4GzlP1MyrZhyeaPkunA=; b=n91vHHRNDvjkgMlXNLYJhDGbtblFcHHnafQ7e6KNTAjzaQEA81P9GgRF/9fasG79VK z+i1dkONc0jqo7GuOTjkpfNjXCVzP1CoS8F/PH7sznTyzzlbgYxusE3oNc1eA0nBU+s4 JSHLG87H/24DAXjfAAEXdb5X05w6Oc+enjx33kkzRp4ShdEBQDvRnfraAcHuw15Frvh5 QB0SMcKUTaXqBO3OC7v93YMkojstZ62XvFGBXWLtxM70UTDEIQW/nMo8W5JhJHYLwryv 50zAxZZkifcHLdlBXSmVx8CHSaBeZVPhrw15Crk/C/VuV7TcsVXLIWs7GRTlW8uAf5Uy QC8w== MIME-Version: 1.0 X-Received: by 10.42.171.6 with SMTP id h6mr4128312icz.62.1388432302941; Mon, 30 Dec 2013 11:38:22 -0800 (PST) Sender: rdlowrey@gmail.com Received: by 10.50.208.105 with HTTP; Mon, 30 Dec 2013 11:38:22 -0800 (PST) Date: Mon, 30 Dec 2013 14:38:22 -0500 X-Google-Sender-Auth: -43hOoNCNqnCm6exp9L7FNKteOw Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=90e6ba613562362b0304eec596e9 Subject: Re: Default character encoding From: rdlowrey@php.net (Daniel Lowrey) --90e6ba613562362b0304eec596e9 Content-Type: text/plain; charset=ISO-8859-1 > PHP 5.6 and master, introduce new php.ini settting. Old > iconv.*/mbstring.* php.ini parameters will be removed for master. If I understand the RFC correctly shouldn't the use of the old/existing functions trigger an E_DEPRECATED error as of 5.6 to funnel users into the new settings? I don't see this anywhere in the associated patch. Shouldn't this be included or have I misunderstood? --90e6ba613562362b0304eec596e9--