Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32530 invoked from network); 1 Mar 2014 00:10:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2014 00:10:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:35542] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/5D-64896-E5521135 for ; Fri, 28 Feb 2014 19:10:07 -0500 Received: by mail-ob0-f176.google.com with SMTP id wp18so2995918obc.21 for ; Fri, 28 Feb 2014 16:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ohvzP73+2qqVzcbfWZ5TpJdddENYi6NjB7VsL83dVGs=; b=oui8XOlKJ1dDc0nwB6l6SUyiiNAdqqqO3McJS3rPw4iXf7nuAoH60+WaDjRg/tiXPs ljZD+Kj4Vgx9CUvfpd81nP+Q/dPbqBK+P8W+2cw3cm2ITNZ48semXGOmPD0Of02NRMoo pO5x0SFXMD46a+t12Lo3NytQHPWbXPsB7EPg/Tbv+0oX92JUw7vmMABi8cq6/+7B9U9v D732gI6O19Inr3hw8NIcD+0E+CvJfUuWcZ2107XuQgFndzHfHNBaQ8Z303sLwPJwhS1T gmD/vboEyWmJnVFaLCrtNCVVsua3EFlzX6s8vqhpYLRX0q2U4f2FMrjJ4GRDwFRaRauD 4elQ== MIME-Version: 1.0 X-Received: by 10.182.28.134 with SMTP id b6mr16372347obh.27.1393632603816; Fri, 28 Feb 2014 16:10:03 -0800 (PST) Received: by 10.76.151.231 with HTTP; Fri, 28 Feb 2014 16:10:03 -0800 (PST) In-Reply-To: <5310F8BF.8090503@oracle.com> References: <5310F8BF.8090503@oracle.com> Date: Fri, 28 Feb 2014 19:10:03 -0500 Message-ID: To: Christopher Jones Cc: Nikita Popov , PHP internals , Anatoliy Belsky Content-Type: multipart/alternative; boundary=001a11c2903c4c491704f3806091 Subject: Re: [PHP-DEV] Add support for PCRE marks From: rican7@gmail.com (Trevor Suarez) --001a11c2903c4c491704f3806091 Content-Type: text/plain; charset=ISO-8859-1 Yea, I currently have "7.8-6.el6" on CentOS 6.5. 8.10 is too high a dependency - Trevor On Fri, Feb 28, 2014 at 3:59 PM, Christopher Jones < christopher.jones@oracle.com> wrote: > > > On 02/28/2014 12:37 PM, Nikita Popov wrote: > >> Hi internals! >> >> I wrote a patch to expose PCRE mark information in PHP, see >> https://github.com/php/php-src/pull/609/files. The last passed *MARK will >> be added to the $matches array under key "MARK". If you don't use marks >> everything stays exactly the same. >> >> Does anyone have a problem with exposing it in this way? >> >> In this context, would there be a problem with increasing the minimum >> required PCRE version (for builds against an external library) from 6.6 to >> 8.10 (the current, bundled version is 8.34)? That would avoid adding >> #ifdefs for this code. Is there some particular reason for 6.6 here? >> >> Thanks, >> Nikita >> >> > If I read my RPMs correctly, the PCRE version on Oracle Linux 5 (which > is equivalent to RHEL 5) is 6.6. > > Oracle Linux 6 has PCRE 7.8. > > Chris > > -- > christopher.jones@oracle.com http://twitter.com/ghrd > Free PHP & Oracle book: > http://www.oracle.com/technetwork/topics/php/ > underground-php-oracle-manual-098250.html > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11c2903c4c491704f3806091--