|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-07-31 11:58 UTC] yannick@php.net
[2020-12-30 12:50 UTC] nikic@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 08:00:01 2025 UTC |
Description: ------------ Translation of ref.session.php is inconsistent between french and english: In English (under "Requirements") Note: (...) It might be more appropriate to use a shared memory based filesystem (such as tmpfs on Solaris/Linux, or /dev/md on BSD) to store sessions in files, because they are properly locked. In French: (under "Pr?-requis") Note : (...) Il peut ?tre moins appropri? d'utiliser un syst?me de fichiers bas? en m?moire partag?e (comme tmpfs sur Solaris/Linux ou /dev/md sur BSD) pour stocker les sessions dans des fichiers, car ils ne seront pas proprement verrouill?s. Which mean just the opposite ("It might be less appropriate to user a sm-based fs to store sessions in files, because they are not properly locked").