Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10242 invoked from network); 15 Jul 2008 11:32:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2008 11:32:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:32902] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/5C-48479-EBA8C784 for ; Tue, 15 Jul 2008 07:32:15 -0400 Received: from MBOERGER-ZRH (unknown [80.179.124.65]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 7D45711F6BD; Tue, 15 Jul 2008 13:32:11 +0200 (CEST) Date: Tue, 15 Jul 2008 13:32:05 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <95292873.20080715133205@marcus-boerger.de> To: Moriyoshi Koizumi CC: internals@lists.php.net In-Reply-To: <487C847F.7050302@at.wakwak.com> References: <487C847F.7050302@at.wakwak.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] --disable-mbregex in HEAD? From: helly@php.net (Marcus Boerger) Hello Moriyoshi, Tuesday, July 15, 2008, 1:05:35 PM, you wrote: > Hi there, > (Yeah, it's been a long time.. Many of you might well have thought > I'm dead :) > This time I want to revisit the following issue: > http://article.gmane.org/gmane.comp.php.devel/50681 > Is there any point to disable mbregex alone instead of disabling the > whole mbstring stuff? Unless the decision whether to send the module into > PECL (or anywhere you want it to go) has been made, I suppose it should > not. (just for Derick answered here) I never liked this. So imo we can simply get rid of this switch and enable mbregex as soon as there is mbstring to begin with and regex stuff. Best regards, Marcus