Index: en/reference/sqlite/reference.xml =================================================================== RCS file: /repository/phpdoc/en/reference/sqlite/reference.xml,v retrieving revision 1.11 diff -u -r1.11 reference.xml --- en/reference/sqlite/reference.xml 13 Aug 2004 01:00:48 -0000 1.11 +++ en/reference/sqlite/reference.xml 2 Dec 2004 01:23:09 -0000 @@ -42,7 +42,41 @@ In PHP 5, the SQLite extension and the engine itself are bundled and compiled by default. + + On Windows operating systems, it is necessary to 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: + + + + + + If you are unable to establish this setting at the server + level, you can implement the setting in your script: + + + + + + The setting must refer to a directory that the web server + has permission to create files in and subsequently write + to and delete the files it created. + Otherwise, you may receive the following error message: + + malformed database schema - + unable to open a temporary database file for storing temporary tables + + +
&reftitle.required; Index: entities/global.ent =================================================================== RCS file: /repository/phpdoc/entities/global.ent,v retrieving revision 1.204 diff -u -r1.204 global.ent --- entities/global.ent 27 Nov 2004 07:32:24 -0000 1.204 +++ entities/global.ent 2 Dec 2004 01:23:10 -0000 @@ -15,6 +15,7 @@ +