mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
980b52a90b
commit
1d91769207
1 changed files with 6 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue