Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74862 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69435 invoked from network); 12 Jun 2014 05:28:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2014 05:28:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin@divbyzero.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=martin@divbyzero.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain divbyzero.net from 87.230.111.147 cause and error) X-PHP-List-Original-Sender: martin@divbyzero.net X-Host-Fingerprint: 87.230.111.147 mx.bauer-kirch.de Linux 2.6 Received: from [87.230.111.147] ([87.230.111.147:50699] helo=mx.bauer-kirch.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/00-02977-66A39935 for ; Thu, 12 Jun 2014 01:28:07 -0400 Received: by mx.bauer-kirch.de with ESMTP id 1WuxYQ-0001sT-L3 for ; Thu, 12 Jun 2014 07:28:02 +0200 Received: from martin by scalar.home with local (Exim 4.74) (envelope-from ) id 1WuxYQ-0000MM-8I for internals@lists.php.net; Thu, 12 Jun 2014 07:28:02 +0200 Date: Thu, 12 Jun 2014 07:28:02 +0200 To: internals@lists.php.net Message-ID: <20140612052801.GA456@scalar.divbyzero.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: PR 664: Streamlining of cookie handling in ext/session and setcookie From: martin@divbyzero.net (Martin Jansen) About a month ago I've submitted PR 644 to GitHub. The contained patch unifies the cookie handling in ext/session and setcookie() so we get consistent Set-Cookie headers in our HTTP responses. https://github.com/php/php-src/pull/664 It looks like the PR fell of the radar due to the ongoing phpng efforts. What do you think? - Martin