nlopess Mon Feb 9 12:21:30 2004 EDT
Modified files:
/phpdoc/en/reference/session ini.xml
Log:
fix #23432
http://cvs.php.net/diff.php/phpdoc/en/reference/session/ini.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.19
phpdoc/en/reference/session/ini.xml:1.20
--- phpdoc/en/reference/session/ini.xml:1.19 Wed Jan 28 19:35:29 2004
+++ phpdoc/en/reference/session/ini.xml Mon Feb 9 12:21:30 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -310,10 +310,12 @@
</simpara>
<note>
<simpara>If you are using the default file-based session handler, your
- filesystem must keep track of access times (atime). Windows FAT does
+ 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 fs where atime tracking is not available.
+ Since PHP 4.2.3 it's used mtime (modified date) instead of atime. So, you
+ won't have problems with filesystems where atime tracking is not available.
</simpara>
</note>
</listitem>