Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 82124 invoked from network); 17 Nov 2004 20:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Nov 2004 20:14:21 -0000 Received: (qmail 30371 invoked by uid 500); 17 Nov 2004 20:13:59 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30269 invoked by uid 500); 17 Nov 2004 20:13:58 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30182 invoked by uid 99); 17 Nov 2004 20:13:58 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 17 Nov 2004 12:13:56 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAHKDqeb008044 for ; Wed, 17 Nov 2004 15:13:52 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAHKDpr19742 for ; Wed, 17 Nov 2004 15:13:51 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.13.1/8.12.7) with ESMTP id iAHKDoIe001967 for ; Wed, 17 Nov 2004 20:13:50 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.1/8.12.10/Submit) id iAHKDo8D001966 for dev@httpd.apache.org; Wed, 17 Nov 2004 20:13:50 GMT Date: Wed, 17 Nov 2004 20:13:50 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: PCRE in 2.1/2.2 Message-ID: <20041117201350.GA1378@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <419B99C1.1030102@force-elite.com> <20041117192402.GA797@redhat.com> <20041117210538.20719c19@parker> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20041117210538.20719c19@parker> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Nov 17, 2004 at 09:05:38PM +0100, André Malo wrote: > But we should take the effort and try to keep up to date. Current PCRE version > is 5.0 with many many bugfixes and optimizations since 3.9, which we're using. > > I've tried to update the stuff from time to time, but my autofoo knowledge > seems to be too limited yet. I'd really appreciate if someone would work on > such a task :) Yeah I've also tried and ended up thinking "hmm this should really be using a vendor branch" and then my head explodes... so maybe once the CVS->SVN conversion it'll be easier and I'll have another go :). I did notice the local SMALL_NMATCH changes have been merged upstream though which is nice. joe