Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43974 invoked by uid 1010); 25 Oct 2006 11:57:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43959 invoked from network); 25 Oct 2006 11:57:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2006 11:57:53 -0000 Authentication-Results: pb1.pair.com header.from=glenn.richmond@ilisys.com.au; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=glenn.richmond@ilisys.com.au; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ilisys.com.au from 203.161.126.21 cause and error) X-PHP-List-Original-Sender: glenn.richmond@ilisys.com.au X-Host-Fingerprint: 203.161.126.21 tara2.wa.amnet.net.au Linux 2.5 (sometimes 2.4) (4) Received: from [203.161.126.21] ([203.161.126.21:60136] helo=tara2.wa.amnet.net.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/30-34241-D315F354 for ; Wed, 25 Oct 2006 07:57:51 -0400 Received: (qmail 2521 invoked by uid 89); 25 Oct 2006 11:57:46 -0000 Received: from unknown (HELO mail.amnet.net.au) (203.161.126.100) by tara2.wa.amnet.net.au with SMTP for ; 25 Oct 2006 11:57:46 -0000 X-Envelope-To: internals@lists.php.net Received: (qmail 15260 invoked from network); 25 Oct 2006 11:52:24 -0000 Received: from unknown (HELO ?192.168.0.2?) (203.161.98.236) by willow.amnet.net.au with SMTP; 25 Oct 2006 11:52:24 -0000 Message-ID: <453F5138.90708@ilisys.com.au> Date: Wed, 25 Oct 2006 19:57:44 +0800 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Lukas Kahwe Smith 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> <453F4CA0.7090203@php.net> In-Reply-To: <453F4CA0.7090203@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP user session handlers From: glenn.richmond@ilisys.com.au (Glenn Richmond) ok, sure. I'm a little more familiar with the php code base now than when I first looked at the bug a few weeks ago, so I'll have another look and see if I can come up with a fix in the mean time. Should it be re-logged as a bug to get it some more attention in the future? Regards, Glenn. Lukas Kahwe Smith wrote: > 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 >