Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87763 invoked from network); 9 Sep 2016 08:31:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2016 08:31:56 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; 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:60173] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/6D-61313-A7372D75 for ; Fri, 09 Sep 2016 04:31:55 -0400 Received: (qmail 97159 invoked by uid 89); 9 Sep 2016 08:31:50 -0000 Received: from unknown (HELO mail-qk0-f171.google.com) (yohgaki@ohgaki.net@209.85.220.171) by 0 with ESMTPA; 9 Sep 2016 08:31:50 -0000 Received: by mail-qk0-f171.google.com with SMTP id v123so74714846qkh.2 for ; Fri, 09 Sep 2016 01:31:50 -0700 (PDT) X-Gm-Message-State: AE9vXwO/lDTdMO4yCWWnFkuD2JbTLb9MlfJWNWcBqjkJ3xkRhCYrUZQD8dv76aj87RRlxt2c4Ru+jvVgrj+g5w== X-Received: by 10.55.141.131 with SMTP id p125mr2428878qkd.132.1473409904494; Fri, 09 Sep 2016 01:31:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Fri, 9 Sep 2016 01:31:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Sep 2016 17:31:04 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Niklas Keller Cc: "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 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net