Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81247 invoked from network); 30 Mar 2015 15:15:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2015 15:15:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:34993] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/E1-04595-7A869155 for ; Mon, 30 Mar 2015 10:15:52 -0500 Received: by qcfy6 with SMTP id y6so54231822qcf.2 for ; Mon, 30 Mar 2015 08:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FHDm7raXh+O+0iMOwCmc26nGgxmv/p04l8IfXKetLaA=; b=srX7OZmQ7paR79sY41GbgllnNyFek/Y42AIAW/CkdSO325JTI2KxU6AIgu/solKUjJ gfz0eKKpEO9QxQ49zxv8QuIqooczd7qkn3zAs1kGhXYvnQQ8U4gUBPO/HV6bw66tMWpv IsOXCCnZkUTbvAhTnuIgFi29rLjkeG3XHr07fQ9ThLKtkrjwUb7jmlrrzyldTTZ9F7dW S2S+fR8w69srYczBAWJZRdaXFs0XtQl8vXtI3zfvxS4XiErhghcMCnaEqyfDgnQ73m9o Xg1BrM3/2Srne4skzo2o9Bnosps1q/HWvrEZc5no4Mr93AjRuxzo4c3S7uPBL02tPvUO 1EuA== MIME-Version: 1.0 X-Received: by 10.140.128.73 with SMTP id 70mr43121749qha.75.1427728549112; Mon, 30 Mar 2015 08:15:49 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 30 Mar 2015 08:15:48 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 30 Mar 2015 08:15:48 -0700 (PDT) In-Reply-To: References: <5515D57F.9070505@gmail.com> Date: Mon, 30 Mar 2015 22:15:48 +0700 Message-ID: To: Nikita Popov Cc: PHP internals , Stas Malyshev Content-Type: multipart/alternative; boundary=001a1134f254017396051282f544 Subject: Re: [PHP-DEV] Deprecate or remove mbstring function overloads in PHP 7 From: pierre.php@gmail.com (Pierre Joye) --001a1134f254017396051282f544 Content-Type: text/plain; charset=UTF-8 On Mar 30, 2015 5:29 PM, "Nikita Popov" wrote: > From this thread, I'd say we have a consensus to deprecate it. From the > Japanese side, both Yasuo and Masaki agree that this should be dropped and > Masaki also linked a bug report where it is stated that the original author > of this functionality agrees that this should be deprecated. It also > contains a link to a discussion on a Japanese PHP dev ML, where, as far as > Google Translate can tell me, everyone agreed that that we should do away > with it. Yes, and if it helps, I asked around here (South Eastern Asia) and could not find anyone using it, not representative but representing quite a lot of companies. > As to what people should use instead: For the quick hack to make things > work: a sed script. Apart from that, implementing proper multibyte handling > in applications. > > Nikita --001a1134f254017396051282f544--