php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69544 FAT and PHP 4 are kinda irrelevant today
Submitted: 2015-04-28 19:21 UTC Modified: 2015-04-30 16:12 UTC
From: olafvdspek at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2015-04-28 19:21 UTC] olafvdspek at gmail dot com
Description:
------------
FAT and PHP 4 are kinda irrelevant today, I think the note should be updated or removed.

> Note: If you are using the default file-based session handler, your filesystem must keep track of access times (atime). Windows FAT does not so you will have to come up with another way to handle garbage collecting your session if you are stuck with a FAT filesystem or any other filesystem where atime tracking is not available. Since PHP 4.2.3 it has used mtime (modified date) instead of atime. So, you won't have problems with filesystems where atime tracking is not available.

http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-30 16:12 UTC] bjori@php.net
Automatic comment from SVN on behalf of bjori
Revision: http://svn.php.net/viewvc/?view=revision&revision=336701
Log: Remove very outdated note. Fixes bug #69544 (FAT and PHP 4 are kinda irrelevant today)
 [2015-04-30 16:12 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2015-04-30 16:12 UTC] bjori@php.net
nice catch. fixed :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 19:01:32 2024 UTC