Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35001 invoked from network); 14 Nov 2013 17:26:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2013 17:26:27 -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 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:37365] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/01-29480-2C705825 for ; Thu, 14 Nov 2013 12:26:27 -0500 Received: by mail-vc0-f179.google.com with SMTP id hz11so930556vcb.24 for ; Thu, 14 Nov 2013 09:26:23 -0800 (PST) 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=Y0aSxfFA3EHCMh5796KdEMesPDWdqh1CVHNlWbqSFHE=; b=jTNYBHwghVMQ8I86c0aFdnaBBU9rT7jLjBYaj9Tm5uIVvjG88vf083WeK+64OR90hX CqFrqtxEOZ1ZsHiaJ4P5G76yd0KmQQyWMI5a6N3bL0a0U/hJ6mqXN+2ODzIgXzwaiv/r JiEh0mYEQ0bK+2tZpLPevgtVq4Q4rn+PN1pWGSVzNI3qKT2XqijO3gPLZEuG18Lrg9J8 kcFkT2J0wZIPDf9k3mKo4aGg0W3fnlEwF2Cj06KUpzbV5rcsakZYCJjAvluY1w0oREzo ULL/ATqqQzYnTygg93S+2/Q33NzAKzRmB5398JLK5lGfgksU9Aul1NyXQlAK5x87QkOq QjMw== X-Received: by 10.58.11.169 with SMTP id r9mr350327veb.52.1384449983771; Thu, 14 Nov 2013 09:26:23 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.73.197 with HTTP; Thu, 14 Nov 2013 09:25:43 -0800 (PST) In-Reply-To: <528501C8.1090501@ajf.me> References: <362046536.19344.1384437513150.open-xchange@oxwebmail.registrar-servers.com> <528501C8.1090501@ajf.me> Date: Thu, 14 Nov 2013 18:25:43 +0100 X-Google-Sender-Auth: ufD3l57I9wQ2p1SsGUHOiQd_YEU Message-ID: To: Andrea Faulds Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b33c6bc7dfd3504eb2661d7 Subject: Re: [PHP-DEV] PHP 5.5.6 has been released From: jpauli@php.net (Julien Pauli) --047d7b33c6bc7dfd3504eb2661d7 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Nov 14, 2013 at 6:00 PM, Andrea Faulds wrote: > > On 14/11/13 13:58, Andrea Faulds wrote: > > Hi, the Changelog seems to be omitting this: >> - Fixed whitespace part of bug #64874 ("json_decode handles whitespace >> and >> case-sensitivity incorrectly"). (Andrea Faulds) >> Yes, it is a partial bugfix, but it should be mentioned nonetheless. I've >> checked and this commit was in the php-5.5.6 tag. >> > > My bad, that was indeed in the php-5.5.6 tag but it was for 5.5.*7*. Oops. This is my fault as I branched the release from 5.5 stable instead of 5.5.6RC1 , so we have a commit in 5.5.6 which should not be in (thus the NEWS does not mention it). Nothing blocking, fortunately , but I'll definetly do better branching in the future and branch releases from previous RCs, which is just the way to do it. I'll also give more time comparing the NEWS file with the commit tree :-) Julien --047d7b33c6bc7dfd3504eb2661d7--