mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
becbd9a3bc
commit
70c246e011
1 changed files with 0 additions and 10 deletions
|
@ -428,16 +428,6 @@
|
|||
linkend="ini.session.save-path">session.save_path</link>.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<simpara>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.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue