Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37839 invoked by uid 1010); 25 Oct 2006 11:38:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37824 invoked from network); 25 Oct 2006 11:38:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2006 11:38:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=lsmith@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lsmith@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: lsmith@php.net X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:49418] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/3F-34241-9AC4F354 for ; Wed, 25 Oct 2006 07:38:17 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 97FA2DF006D; Wed, 25 Oct 2006 13:38:14 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18395-06; Wed, 25 Oct 2006 13:38:12 +0200 (CEST) Received: from [127.0.0.1] (unknown [89.247.141.51]) by ipx11223.ipxserver.de (Postfix) with ESMTP id EF4C0DF014F; Wed, 25 Oct 2006 13:38:11 +0200 (CEST) Message-ID: <453F4CA0.7090203@php.net> Date: Wed, 25 Oct 2006 13:38:08 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Glenn Richmond Cc: Antony Dovgal , internals@lists.php.net References: <453F2897.1050400@ilisys.com.au> <453F29ED.4050807@zend.com> <453F2FFC.5010206@ilisys.com.au> <453F345D.2040905@php.net> <453F4870.4060308@ilisys.com.au> In-Reply-To: <453F4870.4060308@ilisys.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] PHP user session handlers From: lsmith@php.net (Lukas Kahwe Smith) Glenn Richmond wrote: > No, it's never worked as far as I know, but it doesn't mean it's not a > bug. The session functions shouldn't have to be reset every time > session_write_close or session_destroy is called. It's been logged > previously at: http://bugs.php.net/bug.php?id=32330. It's also a > consistent issue in varoius forums of major PHP projects. Ah ok, it sounded to me like you were reporting a BC break. I agree this should be fixed if possible, but its not something that will get addressed in 5.2.0 simply due to release management concerns. Hopefully for 5.2.1 someone comes up with a fix. regards, Lukas