Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36434 invoked from network); 20 May 2015 11:43:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2015 11:43:51 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:33242] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/15-13816-6737C555 for ; Wed, 20 May 2015 07:43:50 -0400 Received: by obblk2 with SMTP id lk2so34519889obb.0 for ; Wed, 20 May 2015 04:43:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=AM5si7YvJCPpGMhOuhkC76rH/fRB+pRgj64YE1+tgJg=; b=EJNY1sooOnK8pNfxHmMx8I98j8cUhBgtXL2i5CKMGs2ezrbY3LtbrrpnezwAJsn0dT zmA1OId79+/yhoikxBh0qdzI0p7QZrb24BzWLNOF0utgjOuX8iwwKulI6hnujAY5AD8t GHepekLonSyxe1nFdG07UV3EgjJydLpGiaL/h3DJO2eYrg1HcDnRDuy8L2XEglkbkfoX XDSFgTa8ztDhm+N5NiVW86t38f63oqmVd14IY+iiwvpCONmdGyO6Se8jpvInv9jSWsEu d877dtHKlVd+i+L0o6h5G+FzA8Pr8Gn1B+XoRPxsaao8j97E7AZBw1wZJ+/+CAVqo2aC 5+Dw== X-Gm-Message-State: ALoCoQk9R+6bfpQyqTte1yLGXoCjSF0cfx7fie0N5qZO/JbM4v1HCY7PDG5E05iKMSWbyq+c8ngX1EmcXk4Sn3DpovDmdJrwpJIYQaqQlnzFInnfKI/3s7mmMUFTTINLm9N/ZNGgok5IeGWnfpfQHUeS7OTGn9vWMZPmKA3yzF8ShlqiX49bujg= MIME-Version: 1.0 X-Received: by 10.182.128.234 with SMTP id nr10mr2099612obb.81.1432122227157; Wed, 20 May 2015 04:43:47 -0700 (PDT) Received: by 10.60.173.74 with HTTP; Wed, 20 May 2015 04:43:47 -0700 (PDT) In-Reply-To: <260201d092f0$7d6df970$7849ec50$@belski.net> References: <555C4986.6010604@gmail.com> <260201d092f0$7d6df970$7849ec50$@belski.net> Date: Wed, 20 May 2015 14:43:47 +0300 Message-ID: To: Anatol Belski Cc: Stanislav Malyshev , PHP internals list Content-Type: multipart/alternative; boundary=089e015382b6a0080f051681f0c4 Subject: Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9 From: lior.k@zend.com (Lior Kaplan) --089e015382b6a0080f051681f0c4 Content-Type: text/plain; charset=UTF-8 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 --089e015382b6a0080f051681f0c4--