Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7675 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72844 invoked by uid 1010); 9 Feb 2004 17:48:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72784 invoked from network); 9 Feb 2004 17:48:02 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 9 Feb 2004 17:48:02 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 9175180737; Mon, 9 Feb 2004 19:48:01 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i19Hm1pn006698; Mon, 9 Feb 2004 19:48:01 +0200 Date: Mon, 9 Feb 2004 19:48:01 +0200 (EET) Reply-To: Jani Taskinen To: Nuno Lopes Cc: PHPdev In-Reply-To: <008701c3ef27$0cd6e9c0$0100a8c0@pc07653> Message-ID: References: <008701c3ef27$0cd6e9c0$0100a8c0@pc07653> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] fix #23432 From: sniper@iki.fi (Jani Taskinen) On Mon, 9 Feb 2004, Nuno Lopes wrote: >Hi, > >As I don't have sufficient karma, here is a patch to fix bug #23432 (PHP >using mtime instead of atime to clean session files). ---------------------------- revision 1.76 date: 2002/08/17 20:32:26; author: zeev; state: Exp; lines: +2 -2 Use mtime instead of atime, as we always update the session file anyway. ---------------------------- --Jani