Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95315 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33568 invoked from network); 19 Aug 2016 15:12:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2016 15:12:11 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.41 mail-oi0-f41.google.com Received: from [209.85.218.41] ([209.85.218.41:34878] helo=mail-oi0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/02-17996-AC127B75 for ; Fri, 19 Aug 2016 11:12:10 -0400 Received: by mail-oi0-f41.google.com with SMTP id 4so67416045oih.2 for ; Fri, 19 Aug 2016 08:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZJ9cp6C3g59iAgKerm2gd/czxSJjoTPc1WFyNQsLgLE=; b=W/2qidRteThOkVoZ5dYcx8b9HzHZonFPrGD6RJsoxn9BjCAvV3haoyxnXCa/aa065j 1QgUEYum3jumS7xmEVopPgu1Fk42iJRrH1AthqFKL9btiiaJmtNdDott9Eacrjh1/MRP +GhnEY/AbhP7t/o9tTzLWMlRDAqsYRuVOGKnWxYBxJ40iERWC0Hg9n2FLcR3sL69UCev o5oGQNdyafe0550ySTzL14jn/+NwfveheU6MwG/ORTGtoB3sxiwKFgwqlK63QDH/0TWr O3Hx0EjEH4L6Hp5NDHfD+pVJZ1W+sX+v42jEaE5yZ8PQazcWCRM6qDwab2rMCVzXmgiT jxBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZJ9cp6C3g59iAgKerm2gd/czxSJjoTPc1WFyNQsLgLE=; b=QC6s6q3+oBj8TwDGb4ZI3aznPrdlEtd8g5mqwX3LuJE9bY1E6tywbc2cBMBvHu4wXG Klub0D9lIvCPjt7EAqxTnOsOwYByxHd3c3HE0goRII+69vTHi1mnTGF+ML7Y+eieJMQE SMrcbz6xh+2snZD0368x+ES+ewACaiMEJHcvI7gXxnF16GyT+pSNttb3i9FJLWNk64gc IhnCsSo/4jDEaEKcci+E6lYf9uFWZNcNS7OaCKyuwEHaqfmZBEmWRs92gVhsQ+6yNWWz +ednnTG3P1n4OE8mKRncPTznVp3h/pH8txmOAMfq2QeDEcTvlJTmckolf3CpFf8RWu7o WqgQ== X-Gm-Message-State: AEkoouvs/WJ0BvavZ89tSmjwHNZXcwHq1pgHa2tU8zNGPRDZ1MaA4Ci6+Wwli4JuUJdU8ifcnG2Fe4CjfhUxkA== X-Received: by 10.157.45.80 with SMTP id v74mr4795798ota.181.1471619527269; Fri, 19 Aug 2016 08:12:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.53.135 with HTTP; Fri, 19 Aug 2016 08:12:05 -0700 (PDT) Received: by 10.202.53.135 with HTTP; Fri, 19 Aug 2016 08:12:05 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Aug 2016 22:12:05 +0700 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113adc3e2ae183053a6e1f3f Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Remove utf8_decode() and utf8_encode() From: pierre.php@gmail.com (Pierre Joye) --001a113adc3e2ae183053a6e1f3f Content-Type: text/plain; charset=UTF-8 On Aug 15, 2016 10:18 AM, "Yasuo Ohgaki" wrote: > > Hi all, > > utf8_decode() and utf8_encode() are not needed and causing problems > than solving. > > https://wiki.php.net/rfc/remove_utf_8_decode_encode > > Proposal > - Document deprecation them now > - Remove them from 7.2 > > I think only few users are using and they shouldn't have problem using > mbstring/iconv/intl functions. > > Any comments? Yes, one, sadly short: Absolutely no go. I do not see a remotely valid reason to remove these functions which are much more used than what this RFC or thread say. I am against removing them, now or in 8.x. this is the kind of things that makes migrations painful. They are broken on some cases? Fix them maybe? --001a113adc3e2ae183053a6e1f3f--