Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85272 invoked by uid 1010); 17 Jul 2007 21:29:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85257 invoked from network); 17 Jul 2007 21:29:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 21:29:57 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:2712] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/23-59838-3D43D964 for ; Tue, 17 Jul 2007 17:29:56 -0400 Received: from cs136054.pp.htv.fi ([213.243.136.54] helo=[192.168.1.100]) by outbound.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IAucC-0007VN-LH; Tue, 17 Jul 2007 17:29:52 -0400 X-MHO-User: U2FsdGVkX19CKzK1qanSqh4JEWbtJZHKQCBG8fkTPEE= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 213.243.136.54 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19rQhrTSsqHdiOm0j5lPDWmC6aI5fDMjiA= Message-ID: <469D34D7.60509@sci.fi> Date: Wed, 18 Jul 2007 00:29:59 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: ceo@l-i-e.com CC: internals@lists.php.net References: <1184590056.3352.10.camel@localhost.localdomain> <1707.24.1.37.132.1184706536.squirrel@www.l-i-e.com> In-Reply-To: <1707.24.1.37.132.1184706536.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] POSIX regex From: jani.taskinen@sci.fi (Jani Taskinen) Richard Lynch kirjoitti: > I took a brief look at the pgsql.c stuff, and it looks like it's all > fairly straight-forward to alter to PCRE instead of POSIX, and it's > all localized to this function: > http://lxr.php.net/ident?i=php_pgsql_convert_match > > Am I under-estimating the problem? Propably not. > Is anybody else already "on it"? AFAIK, no. Feel free. I hope you have pgsql in use and you can test it too. :) --Jani