From 5621e7baeeb54fd4cf936e5d00ff18f0d2e879bb Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 1 Feb 2019 14:23:10 +0000 Subject: [PATCH] Add note regarding temporary files This integrates user notes 111114, 111593, 113600, 116005 and 123574. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346676 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite3/sqlite3/exec.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/sqlite3/sqlite3/exec.xml b/reference/sqlite3/sqlite3/exec.xml index c3da370c49..8334e81241 100644 --- a/reference/sqlite3/sqlite3/exec.xml +++ b/reference/sqlite3/sqlite3/exec.xml @@ -16,6 +16,12 @@ Executes a result-less query against a given database. + + + SQLite3 may need to create temporary files + during the execution of queries, so the respective directories may have to be writable. + +