Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73830 invoked from network); 29 Jan 2014 02:08:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2014 02:08:31 -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.215.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:63008] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/BD-01140-D9268E25 for ; Tue, 28 Jan 2014 21:08:30 -0500 Received: by mail-la0-f47.google.com with SMTP id hr17so1015112lab.20 for ; Tue, 28 Jan 2014 18:08:26 -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=NBBzaT87Z9bKUfIgdk7YZoc9L7Uxplytyu86wxPlzJA=; b=PuHWGjTfjdey7X7DC59zQ7GJCAaWXwn4hKyT/nOfwuxMbkXBuR/HH4rBnC8X2Mply7 Ji4KHDqG0g425ewhS/zEyVFO/wxS2J8cGIH6tTbRMrxJeDOxMU7kJsrRgCWzD5R1DmKX pXQeZseHsYSJYst5V+JqGOFe76Ova+mmPNHGv0LDnsyfSCWIxt8+HT2LsboU+9Vv8SbR eeKuOMiYhjaistK5pZ8x5o7sZaRpjUsUQx0dF1i8U30yv8zGwbGZXrGvAI9SZmuahq0M 9nr+wEb8xK3aA5n/5VvBQUlGti5HK5/RJ7Jz/LZIdsb7DxHDdzACcgKzFb+AGtXuN4sa Qx5Q== X-Received: by 10.112.154.202 with SMTP id vq10mr3093513lbb.3.1390961306477; Tue, 28 Jan 2014 18:08:26 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.199.37 with HTTP; Tue, 28 Jan 2014 18:07:46 -0800 (PST) In-Reply-To: <52E81217.7060603@oracle.com> References: <52E81217.7060603@oracle.com> Date: Wed, 29 Jan 2014 11:07:46 +0900 X-Google-Sender-Auth: 6agVTF3vYN5u9-q4EDHtYxilYDI Message-ID: To: Christopher Jones Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0112bf4491a7c704f1126a26 Subject: Re: [PHP-DEV] [VOTE] RFC: Multibyte Char Handling From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0112bf4491a7c704f1126a26 Content-Type: text/plain; charset=UTF-8 Hi Christopher, On Wed, Jan 29, 2014 at 5:24 AM, Christopher Jones < christopher.jones@oracle.com> wrote: > Since this RFC (https://wiki.php.net/rfc/multibyte_char_handling) > depends on another unfinalized one > (https://wiki.php.net/rfc/altmbstring), surely it is too premature to > be voting on https://wiki.php.net/rfc/multibyte_char_handling now? > > The situation is just confusing and counter productive. > > I asked comments, but people tends to read RFC actually when vote is started... I don't mind at all change status to under discussion, though. Since compiling current mbstring by default is not good idea for some users, it would be nice to have load map for this issue. Making mbstring-ng mature is impossible in short term. We do need some experiments and feedbacks if it's really possible. Do you have any suggestion for this? I quote from the RFC: > > > Compile mbstringp-ng as default compiled module, when mbstring-ng > is ready. See following FRC [sic] for mbstring-ng details. > > Alternative implementation of mbstring using ICU [the previous > sentence is a link to https://wiki.php.net/rfc/altmbstring] > > Until mbstring-ng is ready, mbstring-ng is provided as > EXPERIMENTAL module. > > mbstring-ng implementation is subject to be changed. > > Chris > > P.S. Am I the only one getting confused by a plethora of RFCs and > ideas and last minute changes? If an RFC is changed materially, then > the vote should be stopped and restarted after an appropriate time for > discussion. > I agree. Let's discuss! > > P.P.S. Some confusion could be avoided if the second part of #18 > (about including the URL in emails) was followed from: > https://blogs.oracle.com/opal/entry/the_mysterious_php_rfc_process > This is a common issue with RFC discussions on internals. > I'll add more threads to the RFC. Thank you. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0112bf4491a7c704f1126a26--