Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52495 invoked from network); 18 Mar 2014 14:54:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2014 14:54:30 -0000 Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.177 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:42930] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/00-52406-52E58235 for ; Tue, 18 Mar 2014 09:54:30 -0500 Received: by mail-ie0-f177.google.com with SMTP id rl12so7243340iec.36 for ; Tue, 18 Mar 2014 07:54:26 -0700 (PDT) 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=GgkGMLZwqY3NLf6hGjd7aKreo6snTKCdJYHkEq/zhlM=; b=VjrHzeBf1K32+nXv+/Qi+ue56GgZReZG0qoTOfv0ifRrohQgsdpr6Q2VsHyflcvVlt ysa3tyXkjvjGU5KUenUF2xcxYBaR21PaM6RvAHG7GHvJuiXvKk7slSY+G5JZ/a6GjyAo xBKN1+KJt3H6OaFcZLEpy+ge++thpGZeaFRC511uQhbTnmm8cCleKEn0PIusl0NiYyYe uWhxZOaelnRRemZJYuAZ2iCC27RYt74Ji8TrmOlAmhP78yOA3x5u7iY4RfjGFPfbb+7W UBxvRDu5NngXu4WENcUOt5IeoD3FZdjkBB9Mm1SL/hilXV9PeWOYHQVax93Z1fn9uE5n TZ6Q== MIME-Version: 1.0 X-Received: by 10.42.204.197 with SMTP id fn5mr98885icb.95.1395154466741; Tue, 18 Mar 2014 07:54:26 -0700 (PDT) Received: by 10.64.32.42 with HTTP; Tue, 18 Mar 2014 07:54:26 -0700 (PDT) In-Reply-To: References: <5310F8BF.8090503@oracle.com> Date: Tue, 18 Mar 2014 10:54:26 -0400 Message-ID: To: Nikita Popov Cc: Christopher Jones , PHP internals Content-Type: multipart/alternative; boundary=20cf303f6a0065a6c904f4e2b65a Subject: Re: [PHP-DEV] Add support for PCRE marks From: rican7@gmail.com (Trevor Suarez) --20cf303f6a0065a6c904f4e2b65a Content-Type: text/plain; charset=ISO-8859-1 Ah, very good point. CentOS ships with 5.3, so a higher dependency for 3 minor versions greater makes sense. - Trevor On Fri, Feb 28, 2014 at 7:30 PM, Nikita Popov wrote: > On Sat, Mar 1, 2014 at 1:10 AM, Trevor Suarez wrote: > >> Yea, I currently have "7.8-6.el6" on CentOS 6.5. >> 8.10 is too high a dependency >> >> - Trevor >> > > As Christopher pointed out on IRC, the distros shipping PCRE versions in > the 6.x-7.x range are also the ones that still use PHP 5.3 - by the time > they switch to 5.6 as default they'll also use a PCRE version that was > recent at that time. > > I don't really have a problem with adding a few ifdefs for this, but I > think the low version requirement is bad for other reasons: There's a big > gulf in terms of both features and bug fixes between PCRE 6.6 and what PHP > currently bundles. It's a bit ridiculous that you can end up using a PHP > version from 2014 together with a decade old PCRE version. > > Nikita > --20cf303f6a0065a6c904f4e2b65a--