Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50476 invoked from network); 17 Jan 2014 22:31:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2014 22:31:50 -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.217.173 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:60688] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/22-39935-45FA9D25 for ; Fri, 17 Jan 2014 17:31:49 -0500 Received: by mail-lb0-f173.google.com with SMTP id y6so3445394lbh.32 for ; Fri, 17 Jan 2014 14:31:46 -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=vMkvCtt02yO2Z5SDT+UM/Qz1c/XjrywpudC+uHtMti4=; b=QuuQ8xUCX61kyidCe33CnSnZ7AfKhF/E1RwWLoo3CnuAir4CndubJR/olt5nR8Bzue 0F9QffrVPzGuDIasA5vF9Z21mQRqZgzOsxMF/ZN4KNk05wgsZqtRxFn/eExyL6iD7Mf3 B+AZcndfuG4BoyeXvU2VPsbmPmNNdV2FD8hZk2md9zSMomTgHUbwE/HW6Hxzu56ZkwU3 xtGcnVDsSbGKHmrG0hlktOTb0Ec5pliKUL21Pqqj8V5pIXnGPFt2Nk4Olp59Dd72NFCa xerZd4nlUlAE1IOx2kKSuLojoT3wfWo8yDLv7COS/ZIPbcSWQcy8Wyn7kUVALpsYyzww Q42w== X-Received: by 10.152.115.230 with SMTP id jr6mr2243506lab.45.1389997905924; Fri, 17 Jan 2014 14:31:45 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Fri, 17 Jan 2014 14:31:05 -0800 (PST) In-Reply-To: References: <1389976678.2057.8.camel@smugmug> Date: Sat, 18 Jan 2014 07:31:05 +0900 X-Google-Sender-Auth: WvLfWGHNd_690I_s-wlTB_Jjamc Message-ID: To: Julien Pauli Cc: Mike , Nikita Popov , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c367426bd86104f0321b43 Subject: Re: [PHP-DEV] [RFC] Multibyte char handling From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c367426bd86104f0321b43 Content-Type: text/plain; charset=UTF-8 Hi all, On Sat, Jan 18, 2014 at 7:10 AM, Yasuo Ohgaki wrote: > Some users are annoyed by sloppy multilingual implementations using > this option. There is feature request from user who want to remove > mbstring.func_overload INI option. > > https://bugs.php.net/bug.php?id=65785 > > We may extend or drop this feature. I'm neutral for this. > Added this to the RFC. https://wiki.php.net/rfc/altmbstring is also added to related RFC. I'm not intended to propose/implement it anytime soon. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c367426bd86104f0321b43--