[PATCH] fix #23432

php.internals

Nuno Lopes

22 years ago
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). Nuno

Timm Friebe

22 years ago
On Mon, 2004-02-09 at 17:09, 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).
Might be more correct, but what about filesystems mounted with "noatime"? - Timm

Jani Taskinen

22 years ago
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

Nuno Lopes

22 years ago
> ---------------------------- > 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
Sorry... I hadn't see that. After submitting the patch I've found that message and then I've updated the docs. Nuno