Add note about NFS

# Thanks ilia


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Wez Furlong 2003-06-20 18:12:52 +00:00
parent ee5d4d7316
commit 4d23ce5118

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.sqlite-open">
<refnamediv>
<refname>sqlite_open</refname>
@ -75,6 +75,14 @@
statement to load other databases and move and query data betweem them.
</simpara>
</note>
<note>
<simpara>
It is not recommended to work with SQLite databases mounted on NFS
partitions. Since NFS is notoriously bad when it comes to locking you
may find that you cannot even open the database at all, and if it
succeeds, the locking behaviour may be undefined.
</simpara>
</note>
<note>
<simpara>
SQLite is safe_mode and open_basedir aware.