Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76659 invoked from network); 1 Aug 2009 18:00:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2009 18:00:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.222.199 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.222.199 mail-pz0-f199.google.com Received: from [209.85.222.199] ([209.85.222.199:40187] helo=mail-pz0-f199.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/97-28136-DB2847A4 for ; Sat, 01 Aug 2009 14:00:29 -0400 Received: by pzk37 with SMTP id 37so1505297pzk.26 for ; Sat, 01 Aug 2009 11:00:26 -0700 (PDT) Received: by 10.114.109.5 with SMTP id h5mr5883272wac.89.1249149626636; Sat, 01 Aug 2009 11:00:26 -0700 (PDT) Received: from ?216.145.54.15? (socks3.corp.yahoo.com [216.145.54.15]) by mx.google.com with ESMTPS id m31sm7594868wag.66.2009.08.01.11.00.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 01 Aug 2009 11:00:26 -0700 (PDT) Message-ID: <4A7482B8.7020302@lerdorf.com> Date: Sat, 01 Aug 2009 11:00:24 -0700 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Bharat Nagwani CC: "internals@lists.php.net" References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Early session timeouts on 5.2.3 From: rasmus@lerdorf.com (Rasmus Lerdorf) Bharat Nagwani wrote: > Hello, > > We are facing early session timeouts in php 5.2.3 on bsd unix. This happens > even more frequently when multiple users are logged in. > > Googling I found http://bugs.php.net/bug.php?id=42135 > and was wondering if this could the related bug for this problem. If so where > can I get the patch for this bug. Well, PHP 5.2.3 was released May 31, 2007. That is starting to get quite dated and as you can see bug 42135 was fixed in July 2007. It seems to me your path is pretty clear. -Rasmus