On Sun, 5 Sep 2004, Michael Spector wrote:

> 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>....

Please file this as a feature request in our bug system.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to