Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32139 invoked from network); 31 May 2011 08:14:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2011 08:14:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:64968] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/87-07896-A63A4ED4 for ; Tue, 31 May 2011 04:14:35 -0400 Received: by wyb34 with SMTP id 34so3511053wyb.29 for ; Tue, 31 May 2011 01:14:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J2zO7+RbKBR+6n7w+59Pt2gYDGxdjcfIj9I4IK50iuY=; b=foMGNuEFmmeQ7o6RH9GXqB+wWEL2GDUDGGphgI67rM6KGj9uZ7fhT49ZL8ZUS3Hah9 Q0YC0hK/MLpeCeVlD/SA0LeJjY8JZcrfLPlvkmmuUPfaCmQL1/ytSM7D471o3zJspsYJ SmF6iD2BJDAdhlzflpFjeSuImvA4tBIg6BVnU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cIhn16sX5vaK/QEDltPJEQra8Oc9r/Wu99okZQs4NMS7Dm00FAfSByqoaBZoJaVusg 251TUDgQBQ79mTKW6vUhZeQIqBTPpr811ApV1uNbvW3J6I/K9XfO313ftCZ6G2zFArZQ wJg9f9ASRC3qGwjoQDEZFMv48DyN9lF98l1OY= MIME-Version: 1.0 Received: by 10.216.79.10 with SMTP id h10mr5620287wee.20.1306829672280; Tue, 31 May 2011 01:14:32 -0700 (PDT) Received: by 10.216.50.212 with HTTP; Tue, 31 May 2011 01:14:31 -0700 (PDT) In-Reply-To: <4DE49C78.7090309@sugarcrm.com> References: <4A6C6496.7060603@mozo.jp> <4DE49C78.7090309@sugarcrm.com> Date: Tue, 31 May 2011 10:14:31 +0200 Message-ID: To: Stas Malyshev Cc: Moriyoshi Koizumi , php-dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Alternative mbstring implementation using ICU From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, May 31, 2011 at 09:44, Stas Malyshev wrote= : > Hi! > >>> I set up a RFC page for this in wiki.php.net. =C2=A0Here it goes: >>> http://wiki.php.net/rfc/altmbstring >> >> So.. Shouldn't we try to get this into PHP5.4? > > Is it ready? Maybe have it as a PECL extension? I was under the impression it was a drop-in-replacement, so a pecl ext doesn't make much sense. As for it being 100%, probably not - but there are still several months to = go. -Hannes