Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ PHP process is terminated::
// the argument is the path of the directory where the locks are created
$store = new FlockStore(sys_get_temp_dir());

.. note::

If no path is given, ``sys_get_temp_dir`` is used as default value.

.. caution::

Beware that some file systems (such as some types of NFS) do not support
Expand Down