Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21084 invoked from network); 9 Sep 2016 11:19:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 11:19:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:60676] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/14-61313-BDA92D75 for ; Fri, 09 Sep 2016 07:19:56 -0400 Received: (qmail 106107 invoked by uid 89); 9 Sep 2016 11:19:52 -0000 Received: from unknown (HELO mail-qt0-f174.google.com) (yohgaki@ohgaki.net@209.85.216.174) by 0 with ESMTPA; 9 Sep 2016 11:19:52 -0000 Received: by mail-qt0-f174.google.com with SMTP id 11so38549555qtc.0 for ; Fri, 09 Sep 2016 04:19:52 -0700 (PDT) X-Gm-Message-State: AE9vXwONeJxW1gZwaTvIR/0PJjItoyUUuQRp7BQ5pSxigcfZcjFO2D4ypBU9uhGRLvHES5uFDx2JvNehpaa1+w== X-Received: by 10.200.52.161 with SMTP id w30mr2973108qtb.31.1473419986599; Fri, 09 Sep 2016 04:19:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Fri, 9 Sep 2016 04:19:06 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Sep 2016 20:19:06 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Kalle Sommer Nielsen Cc: Andrea Faulds , Niklas Keller , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode() From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Kalle and all, On Fri, Sep 9, 2016 at 6:32 PM, Kalle Sommer Nielsen wrote: > 2016-09-09 10:31 GMT+02:00 Yasuo Ohgaki : >> Hi Niklas, >> >> On Fri, Sep 9, 2016 at 5:26 PM, Niklas Keller wrote: >>>> -- >>>> PHP Internals - PHP Runtime Development Mailing List >>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>> >>> >>> Do you plan to emit E_DEPRECATED or only deprecate them via documentation? >>> >>> What about the alias suggestions? >> >> No E_DEPRECATED. Only document deprecation. >> >> I thought alias will bring more problems than solving issue from the >> discussion, so I left aliasing as future scope. >> >> If anyone insists, I don't mind to have alias voting option in the RFC. > > I don't think we should have a vote to deprecate something in the > manual, that is not actually emitting an E_DEPRECATED in php-src. Just > go ahead and change the manual, we got lots of similar things already > in there. I'm fine with this. I'll just update manual in a few days. Let me know if you have comments on this soon, Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net