Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51919 invoked from network); 20 May 2015 14:25:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2015 14:25:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:36816] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/A7-13816-5699C555 for ; Wed, 20 May 2015 10:25:41 -0400 Received: by wgbgq6 with SMTP id gq6so54821655wgb.3 for ; Wed, 20 May 2015 07:25:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=pK4xwz2oPZOJwOXtuVyP7kk/fTLB9JdtkStzHas1vGo=; b=afxPV3AtinW/iWxpJPs5FTGMi+4V6BjNnGjcKnKGTCAGONfnSG8ZBvWKhixzrPRZ2D 6PEe1k+LXQ3Eppa1MntvYzP7nv6rNTlpSyT/l9pXBBQpYNv0ZN+3V5QnEhjZznKBLa/5 Z5+8RtyhUF6Eg7B7JpauqMKaawEIca//Zuh4DylfQ4KL5cMBrpDR373TZYA6ZfCu3C36 3TkEsA6gSGH8q8SeePiQPLPsB9b+cL/gvQrWH+/sGGFFs/NbyTsEuNtNKnXZwMyE2Ctk cZ1oOv9ThY3GkTA4y6PYuVTnnN4txv2vKQeqgcwjGIaEGxea/OE/O85Ot3jnicpreJ/B O/JQ== X-Received: by 10.180.212.106 with SMTP id nj10mr42946814wic.53.1432131937264; Wed, 20 May 2015 07:25:37 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.174.131 with HTTP; Wed, 20 May 2015 07:24:56 -0700 (PDT) In-Reply-To: References: <555C4986.6010604@gmail.com> <260201d092f0$7d6df970$7849ec50$@belski.net> Date: Wed, 20 May 2015 16:24:56 +0200 X-Google-Sender-Auth: lrFihW5NcbfYGZhy-gJXLLWa9QU Message-ID: To: Lior Kaplan Cc: Anatol Belski , Stanislav Malyshev , PHP internals list Content-Type: multipart/alternative; boundary=001a11c329486469d60516843308 Subject: Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9 From: jpauli@php.net (Julien Pauli) --001a11c329486469d60516843308 Content-Type: text/plain; charset=UTF-8 On Wed, May 20, 2015 at 1:43 PM, Lior Kaplan wrote: > On Wed, May 20, 2015 at 2:31 PM, Anatol Belski > wrote: > > > Hi, > > > > -----Original Message----- > > From: Stanislav Malyshev [mailto:smalyshev@gmail.com] > > Sent: Wednesday, May 20, 2015 10:45 AM > > To: Lior Kaplan; PHP internals list > > Subject: Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9 > > > > Hi! > > > > > 1. Just noticed that 5.5.25 has pcrelib 8.36 while 5.6.9 has 8.37. > > > That's probably because of a slight difference between the branch > points. > > > > > > I'll update the news / changelog > > > > 8.37 contains some important fixes. I thought I merged it up for all > > branches, but maybe I messed something up. Is 5.5 branch OK? > > > > Hi, > > > > today's master reports 8.36 as well (at least pcre.h), so some more might > > have been missed. > > > > Indeed. > > It seems that due to thread replays people are missing my second point in > the original mail. > > 2. It seems that changes to 8.37 doesn't include all files > > (e.g. ext/pcre/pcrelib/pcre.h which still states 8.36). > > (compare file lists between revision 23917b45 with 95fa7279 ) > > > Kaplan > Hi, I met problems merging into 5.5.25 , so yes, there could be some diffs , like wrong pcre library. That will be fixed in next release. Thx. Julien.P --001a11c329486469d60516843308--