Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86654 invoked from network); 8 Jan 2015 19:21:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2015 19:21:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:57450] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/AA-21915-E98DEA45 for ; Thu, 08 Jan 2015 14:21:04 -0500 Received: by mail-ie0-f176.google.com with SMTP id tr6so11253003ieb.7 for ; Thu, 08 Jan 2015 11:21:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=RKqzAfELk8xCIgaaN1PcQNmjh0nPTv2CCw7PIGDBbmk=; b=tkHq3WD6rZdepR3S0EPL2oAkeCNeyXYaWijb5CmLvKAiKYtcDmS/ATtl/1OneDqwPz qNFuf3YQCrg7nRKD1Ef+iNjQHFzzHAYmQaX5RSAe/vfcjmncraGYEzvdNq+0RWSwau79 ag+o+opuGNlsLltOOQ/fDgqi0xHWSUSq6mvw8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=RKqzAfELk8xCIgaaN1PcQNmjh0nPTv2CCw7PIGDBbmk=; b=NyMvAaD5K3Jq84ZUoLk0pf/LOXk5uUb2rxPDU0RLAp0IWhfY9kMMUi7JkSMVUIYr/m 3uhcdZJ2A5Ha1ueaop2dz9IBdqxzaBK4/eWUtyZpRyI9xNqJn+8O33uKT/E86OWryGce 3Hv6JiH9iB2taYkHgPXCDpLguLHUcwBzFGmhs+wE0rngvoAn3LcsRlBjKEDJ/SmmH1Sg lrfmJofI5+2xK1aSwozC5ysfQQWfxGLghd6YOe5bTPSonScJYzBHoWG2kjsiEl4Me6nz OTFVoUAfGdT9SAIm3zmDdXdlhmUVQoXza78DtRDuWC6Qst9gqTqIVjUOX1Z/mhXSvu+0 BtUg== X-Gm-Message-State: ALoCoQl1RB+4VoLUQqnow/LTxd6zCKS9HabisVhB2A4X/IlWi8xlA/drTvL9jQjt5K2kgkPMeyen X-Received: by 10.43.61.7 with SMTP id wu7mr9746581icb.24.1420744860479; Thu, 08 Jan 2015 11:21:00 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Thu, 8 Jan 2015 11:20:40 -0800 (PST) In-Reply-To: <54AECB52.7050409@fedoraproject.org> References: <54AECB52.7050409@fedoraproject.org> Date: Thu, 8 Jan 2015 11:20:40 -0800 X-Google-Sender-Auth: Sk4u0wYbJP_iEllhfYpF5o-Zq5k Message-ID: To: Remi Collet Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP 5.5.21RC1 is ready for testing From: aharvey@php.net (Adam Harvey) On 8 January 2015 at 10:24, Remi Collet wrote: > Is this expected ? > > Notice the diff between (see attachement) : > - - 5.4.35 and 5.4.36 show 5 changes, > - - 5.5.20 and 5.521RC1 show only 2 > - - 5.6.4 and 5.6.5RC1 show only 2 Since you mentioned on IRC that this seemed inconsistent, I added an explicit test for this: it works the same on 5.5, 5.6 and master. I think the key is that this is new since the last round of stable releases. I'll update the documentation to mention this. Adam