From 70c246e011be5b71e8049c679f7519ba481d3ef9 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 30 Apr 2015 16:12:04 +0000 Subject: [PATCH] Remove very outdated note. Fixes bug #69544 (FAT and PHP 4 are kinda irrelevant today) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336701 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index d14e5e24cb..59372c10de 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -428,16 +428,6 @@ linkend="ini.session.save-path">session.save_path. - - 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. - -