Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8320 invoked from network); 20 Feb 2015 14:47:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 14:47:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:59993] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/28-54878-FA847E45 for ; Fri, 20 Feb 2015 09:46:08 -0500 Received: by mail-wi0-f172.google.com with SMTP id l15so3443361wiw.5 for ; Fri, 20 Feb 2015 06:46:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ang9LFkH2WQ+MBTjfXVId54skj6do05gMtVt/g0UmnM=; b=aGFbmSihaatNPOoPeAqtvvvQHG20JdfV2/akMz4cTqOj9hNZNnhXfDq3gMbKSiVsGC GZLvi0GLVc20cSV03x+6zJgqRIySvAkDiLbZ2YBsFahIabmos4i1gtUN1F8BlIN5TA2S u4oHCuuAJhZgq5704+8l26meuHtiLxw9V5SXsePN9XDOsYXglW19CSDQsDY+JOO9XnHS IFLDaGuILDvUp7fHG3nq27f0RHyDxEsxWg0e3TEd0yM9J//tJPcmzSvMjHJT1KP+6BB8 7DMm3eNS5SXXTZI5pv74x06t5reltYnxIKu5utsxkPlaQRRL8G2m0l2X9GQnNy+3vSE/ Z66g== X-Received: by 10.180.35.42 with SMTP id e10mr20550214wij.11.1424443563694; Fri, 20 Feb 2015 06:46:03 -0800 (PST) Received: from Stas-Air.local (p5099778e.dip0.t-ipconnect.de. [80.153.119.142]) by mx.google.com with ESMTPSA id fm10sm2703243wib.7.2015.02.20.06.46.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Feb 2015 06:46:02 -0800 (PST) Message-ID: <54E748A7.9080107@gmail.com> Date: Fri, 20 Feb 2015 15:45:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ferenc Kovacs , Florian Margaine , Stanislav Malyshev CC: PHP Internals References: <871tllhvad.fsf@margaine.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.6.6 is available From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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). Well, we allowed multiline headers but it is an extremely exotic feature which is now dropped from the HTTP/1.1 standard, and also it causes security issues with IE users since IE never supported that feature properly. So given that I've decided to remove it even though strictly speaking it is a BC break (same goes for the HTTP standard). -- Stas Malyshev smalyshev@gmail.com