Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70928 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50410 invoked from network); 30 Dec 2013 20:59:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2013 20:59:15 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:62385] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/13-33070-2AED1C25 for ; Mon, 30 Dec 2013 15:59:15 -0500 Received: by mail-la0-f47.google.com with SMTP id ep20so5758868lab.20 for ; Mon, 30 Dec 2013 12:59:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=hDE++0tqPYw1Z4NV4clMTF3BzM/riqie+sjRjWYfhKw=; b=piDoBS1JLE/ChFH5iMgGxIpHLOZQcLDJ6B2cAeV07ZcNXQJ2mrLsO178aauJ2Sqk3o 3kIBQmQf3KrHLoEvXjgMIIRSLwmf0gaSyWyGg4JiglCmTyaLa8b6bjzKQa/MhNAQeoRr Viw1W+9C7lgYFaqQL7itNslXIxha6W4eBYkuSoHBi9upNY+4zC2UODb8AXFkolfSvGbh jwBIRkz9A2Eu4PJgFk62NB3JMHr4zTV9SrAO69sGl2cHQCLVGQNLK5VR7bwtZ4Oii5tE mGodM4RJWXys3VV5mw6yUbKOtyXgImQ6i3Kn32zZgtDCyCsNq67xpuN2q16/R3nOlbSI zjUA== X-Received: by 10.112.151.74 with SMTP id uo10mr12437437lbb.45.1388437151180; Mon, 30 Dec 2013 12:59:11 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Mon, 30 Dec 2013 12:58:31 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Dec 2013 05:58:31 +0900 X-Google-Sender-Auth: HwwnHyW0a1TMDCUQGFEUIs7huu4 Message-ID: To: Daniel Lowrey Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b3433fe306b1904eec6b750 Subject: Re: [PHP-DEV] Re: Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b3433fe306b1904eec6b750 Content-Type: text/plain; charset=UTF-8 On Tue, Dec 31, 2013 at 4:38 AM, Daniel Lowrey wrote: > > 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? > Sounds good to me. I'll change RFC a bit, so that PHP emits E_DEPRECATED and remove unneeded ini settings in the future version. Perhaps, PHP6? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b3433fe306b1904eec6b750--