mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
ee5d4d7316
commit
4d23ce5118
1 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue