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
This commit is contained in:
Nuno Lopes 2005-02-18 11:31:30 +00:00
parent 980b52a90b
commit 1d91769207

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<reference id="ref.sqlite">
<title>SQLite Functions</title>
<titleabbrev>SQLite</titleabbrev>
@ -47,11 +47,11 @@
<para>
On Windows operating systems, unprivileged accounts don't have the
<varname>TMP</varname> 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 <varname>TMP</varname> 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
<command>SetEnv</command> 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 <varname>TMP</varname> 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 <command>SetEnv</command> directive in your &httpd.conf; file. For
example:
<informalexample>
<programlisting role="apache-conf">