Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35831 invoked from network); 1 Mar 2014 00:30:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2014 00:30:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.41 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.41 mail-oa0-f41.google.com Received: from [209.85.219.41] ([209.85.219.41:62281] helo=mail-oa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/0E-64896-23A21135 for ; Fri, 28 Feb 2014 19:30:43 -0500 Received: by mail-oa0-f41.google.com with SMTP id j17so295511oag.14 for ; Fri, 28 Feb 2014 16:30:39 -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=XHJMVhSg3gzOvwMV3fA4KbRE03yfWDkOm+IojOTI5V0=; b=O9QYMRxlxiFhWHwKi1XLeu/7rBQK9vgmGpz7M38zo1CLdRv194aYIjUmn6QtLYI0B9 ZVAYtwdswseuNPpAufS4fwRXmIIb9RT+0V3XoJI3rItRRcFmwzXW8G8FqQnYtApRSeR1 yP5tIZJ4Rvbybgx04rphdfs44qEbIMtxZYTtugDsPy23ly42T/b8ipt5H37mpahECYHK 6lWLOLEcQENRDbbIuEzhDinr4JzTCdmvNG8pf86WUCABnvr+sFwc5NxdENooA0GsCl89 GKQkuzy0SkP2JCh/Z9lbXng3weJNIl5Bwud0y/Yaf0WM9uslgvtZOUFSwdJoboW4qJKG 8t+A== MIME-Version: 1.0 X-Received: by 10.182.34.196 with SMTP id b4mr16469011obj.13.1393633838987; Fri, 28 Feb 2014 16:30:38 -0800 (PST) Received: by 10.182.54.112 with HTTP; Fri, 28 Feb 2014 16:30:38 -0800 (PST) In-Reply-To: References: <5310F8BF.8090503@oracle.com> Date: Sat, 1 Mar 2014 01:30:38 +0100 Message-ID: To: Trevor Suarez Cc: Christopher Jones , PHP internals Content-Type: multipart/alternative; boundary=001a11c2cba4eb870704f380a91d Subject: Re: [PHP-DEV] Add support for PCRE marks From: nikita.ppv@gmail.com (Nikita Popov) --001a11c2cba4eb870704f380a91d Content-Type: text/plain; charset=ISO-8859-1 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 --001a11c2cba4eb870704f380a91d--