Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18519 invoked from network); 30 Jul 2009 11:12:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2009 11:12:38 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.218.226 mail-bw0-f226.google.com Received: from [209.85.218.226] ([209.85.218.226:64339] helo=mail-bw0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/43-03589-520817A4 for ; Thu, 30 Jul 2009 07:12:37 -0400 Received: by bwz26 with SMTP id 26so539748bwz.23 for ; Thu, 30 Jul 2009 04:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xNCAfWgSIe4ySMumTHqbAccQ2SSGkEpVCdDqE3J/7Q0=; b=nY5RZm/70jYvvDGvYrRLWYxudq7KkFnMOqu0HRuwQnQIDxR8JRozFWStrApaqF39AI N6DIzVqvZE7aFU2Pe2OKpySNWWRMd0PPei8W04j37cfpiZwrycftFlhR0biakse/ZFYN Tu/RmJWA9ALDQ9ZkYIRjr3+vPf4fCzuvRXepY= 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 :content-type:content-transfer-encoding; b=dKF/ffqP5Gl24MBCQorSOLHe56IulqLTBNtsuWqzpOD+T7NyLyv2hEBtgYsdj3Vn28 9rRlU7lWXQYj/UJqLpRG2gnYGy+kI1D8mlK4BhzxiinS4HyQSiAbleNhxcXT/NFlh5dK eFDMdcvC9TTlXB/pRYPhkrbsKdT2s0W3pXFoQ= MIME-Version: 1.0 Received: by 10.239.141.74 with SMTP id b10mr97028hba.84.1248952354244; Thu, 30 Jul 2009 04:12:34 -0700 (PDT) In-Reply-To: <20090730120535.7AF5.627AFB7B@blueyonder.co.uk> References: <4A6C6496.7060603@mozo.jp> <20090730120535.7AF5.627AFB7B@blueyonder.co.uk> Date: Thu, 30 Jul 2009 15:12:34 +0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Alternative mbstring implementation using ICU From: indeyets@gmail.com (Alexey Zakhlestin) On Thu, Jul 30, 2009 at 3:05 PM, Niel Archer wrote: >> Implemented functions: >> >> - mb_ereg() >> - mb_ereg_replace() > > as ereg functions are deprecated in 5.3, are these still needed? these have nothing in common with "those" ereg functions. these are based on onuguruma regex library http://www.geocities.jp/kosako3/oniguruma/ -- Alexey Zakhlestin http://www.milkfarmsoft.com/