wez Fri Jun 20 14:12:52 2003 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-open.xml Log: Add note about NFS # Thanks ilia Index: phpdoc/en/reference/sqlite/functions/sqlite-open.xml diff -u phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.1 phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.2 --- phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.1 Fri Jun 20 13:31:55 2003 +++ phpdoc/en/reference/sqlite/functions/sqlite-open.xml Fri Jun 20 14:12:52 2003 @@ -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> @@ -73,6 +73,14 @@ database will be destroyed when the process ends. It can also be useful when coupled with the <literal>ATTACH DATABASE</literal> SQL 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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php