Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83298 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90024 invoked from network); 20 Feb 2015 13:34:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 13:34:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.169 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.169 mail-wi0-f169.google.com Received: from [209.85.212.169] ([209.85.212.169:55014] helo=mail-wi0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/75-54878-FF737E45 for ; Fri, 20 Feb 2015 08:34:56 -0500 Received: by mail-wi0-f169.google.com with SMTP id em10so6498222wid.0 for ; Fri, 20 Feb 2015 05:34:53 -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:date:message-id:subject :from:to:cc:content-type; bh=feKOfJwfcb83h+2rqu3wXsrxCByo8r9yd2tRwk0aXJQ=; b=qroFHLJQ9D5TH5vlVoLH30IOupbyYmlF+QpfVVlLuFmCW1CvKCUDE4IEGZ17XBYSev iUgSWuOZ785/eGT3cS4UTu6NGxm9PRtIX9qM3/t4h3nVM7XilHA2c0bOh3bQPTh+CQhG rbJeMI5p+f9rAVgXq3LQtUU/sPA+KVKC8wgqa3qJZutlN59LDdxSabeBCAbWJPE+QHJm RpLPFxsEsdJ930O7PI3S/03P2s8rgyaHpbwet0Rz2KRuN4TdKiSsiL5KOKbnyRAKwr7f rJuB025fM6y5+fgKRONL8YGo/PSwdX8Uw3x2cwqEYMxjHirPmmvY49OJ6E4xiLkVGzib FibA== MIME-Version: 1.0 X-Received: by 10.194.81.1 with SMTP id v1mr18565539wjx.50.1424439293124; Fri, 20 Feb 2015 05:34:53 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.180.44.163 with HTTP; Fri, 20 Feb 2015 05:34:53 -0800 (PST) In-Reply-To: <871tllhvad.fsf@margaine.com> References: <871tllhvad.fsf@margaine.com> Date: Fri, 20 Feb 2015 14:34:53 +0100 X-Google-Sender-Auth: phm_7t41aOhjvBi7V5fDnPXMFQ8 Message-ID: To: Florian Margaine , Stanislav Malyshev Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bb04876123171050f851e19 Subject: Re: [PHP-DEV] PHP 5.6.6 is available From: tyrael@php.net (Ferenc Kovacs) --047d7bb04876123171050f851e19 Content-Type: text/plain; charset=UTF-8 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=68978&edit=1 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. --047d7bb04876123171050f851e19--