Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37898 invoked from network); 31 May 2011 08:53:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2011 08:53:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:55833] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/58-07896-58CA4ED4 for ; Tue, 31 May 2011 04:53:25 -0400 Received: by wwd20 with SMTP id 20so4344750wwd.11 for ; Tue, 31 May 2011 01:53:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=qg33DU2bscxsn9qPp6shnPAwJ3DJZz3UDNDw+HaIPdA=; b=h9aQl0y8Hlg7tgxlSbK/HAOPynnhoVEsaR2dDRoRhZOtIyc/Al+gOAMXh7b02Sqi6w nl4OrNSsKFRp++v7cV2oq9hWH/dsqIExRt2Ufc5BkGvAz4is2ZJs6VsdBSR+zlAxu3BG f1utD6ljbfAS1qMDmSg6kNK7MMwz1MIwsOWBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=dFbStDIcrbzstKVTUlgFK53qTMEnckm6Y35eFtSKPB9VDONREOLrczSz/uVNLkIZiF eDaPl6KDvO5kGF+3amngOSiglfaGS62lQr+UgEJFbYHcfKtOrpErdCUmM/u088lVt9n6 8jcwtFfvhZynJ+cpNENgy7HC6oZJYEjMoe860= MIME-Version: 1.0 Received: by 10.216.235.22 with SMTP id t22mr2125610weq.89.1306832002108; Tue, 31 May 2011 01:53:22 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.216.64.6 with HTTP; Tue, 31 May 2011 01:53:21 -0700 (PDT) In-Reply-To: <4DE4A9EC.5080405@sugarcrm.com> References: <4A6C6496.7060603@mozo.jp> <4DE49C78.7090309@sugarcrm.com> <4DE4A9EC.5080405@sugarcrm.com> Date: Tue, 31 May 2011 10:53:21 +0200 X-Google-Sender-Auth: gdkkuGjd4FHl5ybdUleZU2jh-As Message-ID: To: Stas Malyshev Cc: Hannes Magnusson , Moriyoshi Koizumi , php-dev Content-Type: multipart/alternative; boundary=000e0ce03ed0444d8504a48e89e6 Subject: Re: [PHP-DEV] Re: Alternative mbstring implementation using ICU From: info@tyrael.hu (Ferenc Kovacs) --000e0ce03ed0444d8504a48e89e6 Content-Type: text/plain; charset=UTF-8 On Tue, May 31, 2011 at 10:42 AM, Stas Malyshev wrote: > Hi! > > > I was under the impression it was a drop-in-replacement, so a pecl ext >> > doesn't make much sense. > > I'd say if it's a drop-in PECL ext may still make sense - you don't compile > in the old one but use the PECL one instead. Wouldn't it work? > If you have to recompile PHP without mbstring to use the replacement then I think it's doesn't really matter that you can install this through pecl, or not. of course it's better to have this in the PECL repo than not having it at all. Tyrael --000e0ce03ed0444d8504a48e89e6--