> ID: 23432 > Updated by: [EMAIL PROTECTED] > Reported By: polone at townnews dot com > -Status: Open > +Status: Bogus > Bug Type: Documentation problem > Operating System: N/A > PHP Version: 4.3.2RC2 > New Comment:
> atime is used to keep track of last access to a file. If PHP can't > determine the last access, how will it determine if it's garbage or > not?... So reclassify it to a Session related bug. Because polone is right that in mod_files.c in function ps_files_cleanup_dir() is used stat's st_mtime and not st_atime. Jakub Vrana > Previous Comments: > ------------------------------------------------------------------------ > [2003-04-30 17:35:03] polone at townnews dot com > In the document: > http://www.php.net/manual/en/ref.session.php > The documentation says that a file system supporting atime is needed - > however, mod_files.c appears to be using mtime. May confuse > administrators that mount file systems with noatime. > ------------------------------------------------------------------------