Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12578 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3158 invoked by uid 1010); 5 Sep 2004 15:22:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3087 invoked from network); 5 Sep 2004 15:22:52 -0000 Received: from unknown (HELO gibraltar.zend.office) (80.74.107.235) by pb1.pair.com with SMTP; 5 Sep 2004 15:22:52 -0000 Received: (qmail 17339 invoked by uid 500); 5 Sep 2004 15:29:06 -0000 Date: Sun, 5 Sep 2004 18:29:06 +0300 To: internals@lists.php.net Message-ID: <20040905152906.GA17303@zend.com> Mail-Followup-To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Zend Technologies Subject: sqlite temp directory From: michael@zend.com (Michael Spector) 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: Warning: sqlite_open(): unable to open a temporary database file for storing temporary tables in .... Thanks. -- Best regards, Michael