ID:               32467
 Updated by:       [EMAIL PROTECTED]
 Reported By:      psychosos at gmx dot at
-Status:           Open
+Status:           Wont fix
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      5.0.3
 New Comment:

It is considered library abuse to change global variables for something
like this, so we won't be adding this feature.

The only way it can be safe is if all of the following conditions are
met:

- No one (that includes any/all modules linked into the process in
which PHP is running) has used the sqlite library yet
- The setting is set only during the MINIT phase
- No one else is going to alter the setting, ever.

If you mess with this value while database handles are open, you'll
confuse sqlite.

It's better to leave it well alone, which is what we do.


Previous Comments:
------------------------------------------------------------------------

[2005-03-27 18:55:48] psychosos at gmx dot at

Description:
------------
It would be cool if there was a runtime configuration directive (even
better if it worked from inside a script) to change the directory path
the SQLite extension uses to store temporary tables, as discussed in
the usenet thread/posting Message-ID:
<[EMAIL PROTECTED]>.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32467&edit=1

Reply via email to