Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44025 invoked from network); 26 Jun 2003 23:07:19 -0000 Received: from unknown (HELO localhost.localdomain) (24.60.162.231) by pb1.pair.com with SMTP; 26 Jun 2003 23:07:19 -0000 Received: (from andrei@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5QN6Mp18490; Thu, 26 Jun 2003 19:06:22 -0400 X-Authentication-Warning: localhost.localdomain: andrei set sender to andrei@gravitonic.com using -f Date: Thu, 26 Jun 2003 19:06:22 -0400 To: Sebastian Bergmann Cc: internals@lists.php.net Message-ID: <20030626230621.GA18466@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , Sebastian Bergmann , internals@lists.php.net References: <20030626171243.GF5721@hyperion.gravitonic.com> <200306261720.h5QHKT91031365@jdi.jdimedia.nl> <20030626172516.GH5721@hyperion.gravitonic.com> <200306261748.h5QHmO91031641@jdi.jdimedia.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306261748.h5QHmO91031641@jdi.jdimedia.nl> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] More preg_match_* control From: andrei@gravitonic.com (Andrei Zmievski) On Thu, 26 Jun 2003, Sebastian Bergmann wrote: > I just compiled HEAD with > > --with-pcre-regex=/usr > > where I have PCRE 4.2 installed. > > The build works fine, but phpinfo() shows > > PCRE Library Version 3.9 02-Jan-2002 Hmm, I just did the same thing (--with-pcre-regex=/usr/local) and got the 4.3 library that I installed. Anyway, seems that 4.3 has some juicy bits like \Q and \E escapes, possesive quantifiers, callouts, and named subpatterns. I'll start working on integrating those. -Andrei "I fear more harm from everybody thinking alike than from some people thinking otherwise." -- Charles G. Bolte