Hi,

It looks like libsqlite uses global variable 'sqlite_temp_directory'
for storing the path to temporary directory. It would be very useful,
if there was a PHP.ini entry named like: "sqlite.temp_directory" setting this
variable, since there are cases where user environment doesn't allow to
every user writting to /tmp, /usr/tmp, /var/tmp or to current directory,
or another temporary directory is used. In such cases, these users
usually get this warning:

<b>Warning</b>: sqlite_open(): unable to open a temporary database file
for storing temporary tables in <b>....

Thanks.

-- 
Best regards,

Michael

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to