Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18189 invoked by uid 1010); 3 Feb 2006 20:29:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18173 invoked from network); 3 Feb 2006 20:29:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2006 20:29:05 -0000 X-Host-Fingerprint: 204.11.219.140 lt1.firehawksystems.com Linux 2.4/2.6 Received: from ([204.11.219.140:44221] helo=lt1.firehawksystems.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4A/64-04483-F0DB3E34 for ; Fri, 03 Feb 2006 15:29:04 -0500 Received: from [10.0.0.2] ([69.219.224.224]) (authenticated bits=0) by lt1.firehawksystems.com (8.13.3/8.13.3) with ESMTP id k13KQT6u001239 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Fri, 3 Feb 2006 12:29:00 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <71B282F0-D1C7-4FE1-8729-239A9482F31B@firehawksystems.com> Cc: sascha@schumann.cx Content-Transfer-Encoding: 7bit Date: Fri, 3 Feb 2006 15:26:44 -0500 To: internals@lists.php.net X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on lt1 X-Virus-Status: Clean Subject: session extension patch merge From: list@firehawksystems.com ("Brian J. France") I just tracked down a problem in the session extension and it looks like it was caused by a patch not getting merged back to head (which became PHP_5_1). This patch: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c? view=log&pathrev=PHP_4_4#rev1.336.2.40 is missing from PHP_5_1. Without this patch the PHP 5.1 session extension resets the cookie on every request even if it is already set. Any chance of getting it merged into PHP_5_1 and HEAD? Thanks, Brian