Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86317 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17892 invoked from network); 20 May 2015 08:56:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2015 08:56:48 -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.174 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.174 mail-ob0-f174.google.com Received: from [209.85.214.174] ([209.85.214.174:33196] helo=mail-ob0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/02-13816-05C4C555 for ; Wed, 20 May 2015 04:56:48 -0400 Received: by obblk2 with SMTP id lk2so31868618obb.0 for ; Wed, 20 May 2015 01:56:45 -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=eKJcbcQThrgkuPfbFFNbgu1h8aH2EBmfjv829RsaVt8=; b=cq9+R9KEBb9++JAQjt10KvI7vITB5rrrxuJNNnIctnODP30kh/ZMBnhi4SJVh5LQg4 rOoobxzX+hOJBuZ4DgdA1KtCSxC02bZUBsrdOyu2ux63QBoWt31EagoLZmmaYgWbGBBA gbenTFUkdEI7vhVy9nMpLoGzFXPfRyVBqUr0UXvQ/DO1gRUcuQzDRI2ZLHDt1tpbISgY 6+ZpSkQUd/fP3fx7kk+9CBIv2/PQhuNJxd6IwYlUf7+N4ThJFxCee6AiZxHTdWi/yGk1 YiLctpqX+I3qUyUGB9/myBAb2qQeqP2Y4rUtJz/hsIR+zIPNEmaVZRQVhmla/p7rjh3d lYtA== X-Gm-Message-State: ALoCoQmaeNum9gPf5Q7S4oKHdouzmHjgIjNkOr/9v0lc8SYDU1WW+nEq+FgXPPf9Q+kuCB9+syYRpADWt0eFM6XF1ig6o34hQJniBRfoxmMpB8ZdGD8hSDNRiKGCRnXD6GA+Om37ULVm5ej9F6is8Dx3jBRCEhle/tkpWibdSYsanzDAAan69GU= MIME-Version: 1.0 X-Received: by 10.202.68.213 with SMTP id r204mr3031774oia.97.1432112205244; Wed, 20 May 2015 01:56:45 -0700 (PDT) Received: by 10.60.173.74 with HTTP; Wed, 20 May 2015 01:56:45 -0700 (PDT) In-Reply-To: <555C4986.6010604@gmail.com> References: <555C4986.6010604@gmail.com> Date: Wed, 20 May 2015 11:56:45 +0300 Message-ID: To: Stanislav Malyshev Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a113d74ea45c66605167f9b72 Subject: Re: [PHP-DEV] pcrelib version differs between 5.5.25 / 5.6.9 From: lior.k@zend.com (Lior Kaplan) --001a113d74ea45c66605167f9b72 Content-Type: text/plain; charset=UTF-8 On Wed, May 20, 2015 at 11:44 AM, Stanislav Malyshev wrote: > 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? > You missed the PHP-5.5.25 branch... The PHP-5.5, PHP-5.6 branches are fine, so we'll align on the next release. But please take a look at #2 on the original mail. Kaplan --001a113d74ea45c66605167f9b72--