Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63532 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89354 invoked from network); 18 Oct 2012 13:58:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2012 13:58:02 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:38791] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/4C-30095-9EA00805 for ; Thu, 18 Oct 2012 09:58:02 -0400 Received: by mail-vb0-f42.google.com with SMTP id fs19so9366724vbb.29 for ; Thu, 18 Oct 2012 06:57:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=YnH94gh9hQpj8eV62DwoAmQEzEcvSwSIXRjZcwsMJ8A=; b=JL5BrS2XNnN5eQd3JqBxyWPdFGueuB7f35remRK/RTbI6vDJADA5vLW05wdq+bmOrC BI4tH+6LdR7A7ur7UJkbfE0zI9YvcqJpK8mhZdUuzJ27xNXwOAU8y9AiZr99NHFsSh3r uAMPiUgOwHfGlJH9QXZvhfRAVdfhYDy6lQPOdMrkg2lYgd8lnNYCGpH2JZOTIGhFOlCK KZI4oWDxGF9J3e/m9res2qjbTH1RRiLWZc9MM/HHs0c8xR1q7Ex+pzuiNNsLvAS0vJix dKGiVKYmUD4FcVweQQOEPKYsnpNcFa77S+YWJyG7iNajlMX6vtDXM7Zy2MgllenM7EFn IXWg== Received: by 10.52.93.238 with SMTP id cx14mr12085472vdb.42.1350568678920; Thu, 18 Oct 2012 06:57:58 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id vl8sm2580913veb.9.2012.10.18.06.57.56 (version=SSLv3 cipher=OTHER); Thu, 18 Oct 2012 06:57:57 -0700 (PDT) Message-ID: <50800AE3.5070406@lerdorf.com> Date: Thu, 18 Oct 2012 06:57:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: ab@php.net CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , Stas Malyshev , David Soria Parra , internals@lists.php.net References: <3cee842503f5d1eabc2d4386ff432eff.squirrel@webmail.klapt.com> In-Reply-To: <3cee842503f5d1eabc2d4386ff432eff.squirrel@webmail.klapt.com> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl/57Pqdgj76KaMpffbLKH9levd7Fxl/Z7MchMviAlH15/+2b6BgvhZ2tbzKnFOYSuJi8Ij Subject: Re: [PHP-DEV] PCRE 8.31 From: rasmus@lerdorf.com (Rasmus Lerdorf) On 10/18/2012 03:47 AM, Anatoliy Belsky wrote: > Hi, > > as requested in the issue #63284, I've produced a patch for PCRE 8.31 > upgrade. Tests has passed for me on 5.3/5.4/master ts and nts, though > anybody willing to perform additional tests is welcomed. More tests will > be performed next days anyway. > > There is also a question hanging in the air - would it be OK to commit > that to 5.3 and 5.4 branches? Yes, this is ok. Optionally bundled libs like this is a special case because many distros choose to not use the bundled version which means some of our users end up using newer (and more often older) versions of the library anyway. We could make a case for not doing it in 5.3 anymore since that is getting close to sunset at this point, but Johannes should make that call I think. -Rasmus