Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72148 invoked from network); 29 Jan 2014 01:57:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2014 01:57:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:47862] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/5D-01140-BEF58E25 for ; Tue, 28 Jan 2014 20:57:00 -0500 Received: by mail-lb0-f170.google.com with SMTP id u14so1009309lbd.29 for ; Tue, 28 Jan 2014 17:56:56 -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=XZX9xtcIzoZX6rezTT7bJHlkZX+Gj6EthNC8i3Av3kw=; b=jT33Ku54kUCSIxK4AIqNyVVmEmky5nbh/ICbXXCyg+OSGs7pe+hO6WjI+BRnlS/E9G n0nZW6QvmFEK1fZeXazKikKhirm9eAk8yQ+zOyMpXMNsQo+VDYmP5x7P4QNLz80IzPPR mzJ9i0Za2EEIPU4+5OGc31+dkTxaJALIyQvAZCxhJiQ8lrQFIg8EgLwQK6+YPQTQpSRi sLGJSiPGtNou1JlWTlsCOB4xuRCZVw6ksNej652HNEUbNcE8WnBPbrp0A6WzDchyYCvu eDmG4SE+e5z+CWNdlutQv1ZLsA/p/ISC3E+eaaIne6wvpCcDKXHTGhNLmtav/r2+X5A6 SpJw== X-Received: by 10.153.0.33 with SMTP id av1mr3236688lad.14.1390960616312; Tue, 28 Jan 2014 17:56:56 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Tue, 28 Jan 2014 17:56:16 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Jan 2014 10:56:16 +0900 X-Google-Sender-Auth: b4x2QRDJCOXv-lm9uxq9iig3kpY Message-ID: To: Derick Rethans Cc: Nikita Popov , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113812646e93a704f11241e2 Subject: Re: [PHP-DEV] [VOTE] RFC: Multibyte Char Handling From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113812646e93a704f11241e2 Content-Type: text/plain; charset=UTF-8 Hi Derick, On Tue, Jan 28, 2014 at 7:19 PM, Derick Rethans wrote: > > I've wrote the RFC to compile current mbstring by default at first, > > but it was withdrawn. The reason why is that mbstring is using LGPLed > > libraries. As long as it is loaded as shared module, there would not > > be issue. However, if these are compiled and used statically, LGPL > > will be effective. > > > > To avoid this issue, mbstring would be better to replaced by mbstring-ng > > and move mbstring to PECL for future release. > > > > I'll work on mbstring-ng so that it has all mbstring features. Until > then, > > we may have it as EXPERIMENTAL. > > We already have intl - why add another mbstring like function thing? It does not have mbstring features. We need compatible module that has no license issues. It would be better to create a new module for this purpose. IMHO. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113812646e93a704f11241e2--