Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45161 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42128 invoked from network); 31 Jul 2009 08:21:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2009 08:21:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=mozo@mozo.jp; spf=permerror; sender-id=permerror Authentication-Results: pb1.pair.com header.from=mozo@mozo.jp; sender-id=permerror Received-SPF: error (pb1.pair.com: domain mozo.jp from 209.85.210.173 cause and error) X-PHP-List-Original-Sender: mozo@mozo.jp X-Host-Fingerprint: 209.85.210.173 mail-yx0-f173.google.com Received: from [209.85.210.173] ([209.85.210.173:53861] helo=mail-yx0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/E2-26675-489A27A4 for ; Fri, 31 Jul 2009 04:21:24 -0400 Received: by yxe3 with SMTP id 3so1799510yxe.29 for ; Fri, 31 Jul 2009 01:21:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.75.9 with SMTP id x9mr1706268aga.71.1249028481159; Fri, 31 Jul 2009 01:21:21 -0700 (PDT) In-Reply-To: <20090730120535.7AF5.627AFB7B@blueyonder.co.uk> References: <4A6C6496.7060603@mozo.jp> <20090730120535.7AF5.627AFB7B@blueyonder.co.uk> Date: Fri, 31 Jul 2009 17:21:01 +0900 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Alternative mbstring implementation using ICU From: mozo@mozo.jp (Moriyoshi Koizumi) On Thu, Jul 30, 2009 at 8:05 PM, Niel Archer wrote: >> Implemented functions: >> >> - mb_ereg() >> - mb_ereg_replace() > > as ereg functions are deprecated in 5.3, are these still needed? mb_ereg_XXX() have nothing to do with the plain ereg functions. They are named so purely for the historical reasons. Moriyoshi > -- > Niel Archer > niel.archer (at) blueyonder.co.uk