From 1d91769207ade99a4d29bdbfe8aeb858926f6aaf Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 18 Feb 2005 11:31:30 +0000 Subject: [PATCH] use Dan Scott's suggestion for a more formal wording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180045 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite/reference.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/sqlite/reference.xml b/reference/sqlite/reference.xml index b759cc9b55..9240a2ece6 100644 --- a/reference/sqlite/reference.xml +++ b/reference/sqlite/reference.xml @@ -1,5 +1,5 @@ - + SQLite Functions SQLite @@ -47,11 +47,11 @@ On Windows operating systems, unprivileged accounts don't have the TMP environment variable set by default. This will - make sqlite create temporary files in the windows directory, which isn't - good. So, you should set the TMP environment variable - for the web server or the user account the web server is running under. - If Apache is your web server, you can accomplish this via a - SetEnv directive in your &httpd.conf; file. For + make sqlite create temporary files in the windows directory, which is + not desirable. So, you should set the TMP environment + variable for the web server or the user account the web server is + running under. If Apache is your web server, you can accomplish this via + a SetEnv directive in your &httpd.conf; file. For example: