nlopess Fri Feb 18 06:31:32 2005 EDT
Modified files:
/phpdoc/en/reference/sqlite reference.xml
Log:
use Dan Scott's suggestion for a more formal wording
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.16
phpdoc/en/reference/sqlite/reference.xml:1.17
--- phpdoc/en/reference/sqlite/reference.xml:1.16 Wed Feb 16 14:57:56 2005
+++ phpdoc/en/reference/sqlite/reference.xml Fri Feb 18 06:31:30 2005
@@ -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">