Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5778 invoked from network); 20 Feb 2015 14:45:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 14:45:30 -0000 Authentication-Results: pb1.pair.com header.from=florian@margaine.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=florian@margaine.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain margaine.com from 209.85.213.180 cause and error) X-PHP-List-Original-Sender: florian@margaine.com X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:34828] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/F7-54878-88847E45 for ; Fri, 20 Feb 2015 09:45:29 -0500 Received: by mail-ig0-f180.google.com with SMTP id b16so3509099igk.1 for ; Fri, 20 Feb 2015 06:45:26 -0800 (PST) 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=3MYBncKmiUEIximYbcMq+g6Q/LOZk0SPTgiEwdwsuyQ=; b=KVpUeqWDKCaKi1Q0XoLuM3ClGaOdRnkVHV7bOzwaubloeVA1VYC9302ueWEzsMgtoh xv6IL1ZaWaGm8sUlYkbSveNQ7yhGTCbzfn9Rg6kf01sZAckHopLCB5QyUZ1Izjg2JZMg CrUsXE2tvxsrAZIBJJjLObp+csGqZRNBtDyLeYNazUUvenvT05NqIHurj6iXKOXOQ+hk lOjh190IeJxWJQJn8CKOIc57X3qJq1XLHLN3TUlwg7toDI3PfFWrgFgMKHejF7rHGsEu qST41K6cIa3mUWLD4DAwUFftj1beGZcVv5LS2OIAQ1+SZCgsflTV7pK29V3x/Q1RIo1B +UFQ== X-Gm-Message-State: ALoCoQmQvkVaDpf74gdRH8+mWLWyrtr9xsb5/3mGyDx4KWEGL1GEdh+EWqIhLp9chYd4dTDZTg+R MIME-Version: 1.0 X-Received: by 10.42.39.147 with SMTP id h19mr12122595ice.91.1424443526088; Fri, 20 Feb 2015 06:45:26 -0800 (PST) Received: by 10.64.229.5 with HTTP; Fri, 20 Feb 2015 06:45:25 -0800 (PST) X-Originating-IP: [90.42.166.218] Received: by 10.64.229.5 with HTTP; Fri, 20 Feb 2015 06:45:25 -0800 (PST) In-Reply-To: References: <871tllhvad.fsf@margaine.com> Date: Fri, 20 Feb 2015 15:45:25 +0100 Message-ID: To: Ferenc Kovacs Cc: PHP Internals , Stanislav Malyshev Content-Type: multipart/alternative; boundary=90e6ba61464c608c49050f861a06 Subject: Re: [PHP-DEV] PHP 5.6.6 is available From: florian@margaine.com (Florian Margaine) --90e6ba61464c608c49050f861a06 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Le 20 f=C3=A9vr. 2015 14:34, "Ferenc Kovacs" a =C3=A9crit = : > > > > On Fri, Feb 20, 2015 at 8:54 AM, Florian Margaine wrote: >> >> Hi Ferenc, >> >> Ferenc Kovacs writes: >> >> > Hello! >> > >> > The PHP development team announces the immediate availability of PHP 5.6.6. >> > This release fixes several bugs and addresses CVE-2015-0235 and >> > CVE-2015-0273. >> > All PHP 5.6 users are encouraged to upgrade to this version. >> > >> > For source downloads of PHP 5.6.6 please visit our >> > downloads page: http://www.php.net/downloads.php >> > >> > Windows binaries can be found on http://windows.php.net/download/ >> > >> > The list of changes is recorded in the ChangeLog: >> > http://www.php.net/ChangeLog-5.php#5.6.6 >> >> Taken from the changelog: >> >> > Removed support for multi-line headers, as the are deprecated by RFC >> > 7230. >> >> Isn't this a BC break? >> >> > >> > Ferenc Kovacs & Julien Pauli >> >> Cheers, >> -- >> Florian Margaine > > > cc'ing Stas as he was the author for this change. > but from my understanding this isn't a problem as we disallow setting multiple headers in a single header() call for years (even though we had a regression at one point). > the current change was made to address https://bugs.php.net/bug.php?id=3D68978&edit=3D1 which was an IE specific problem which was allowed by header(). > maybe we should re-word the NEWS entry to make this a bit more clear. Fair enough then. The changelog makes it look like a BC break without any reason. Cheers, Florian Margaine --90e6ba61464c608c49050f861a06--