Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12606 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16335 invoked by uid 1010); 6 Sep 2004 07:24:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16193 invoked from network); 6 Sep 2004 07:24:27 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 6 Sep 2004 07:24:27 -0000 Received: (qmail 26224 invoked from network); 6 Sep 2004 07:24:25 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 6 Sep 2004 07:24:25 -0000 Message-ID: <5.1.0.14.2.20040906002227.04624ec0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 06 Sep 2004 00:24:07 -0700 To: Michael Spector ,internals@lists.php.net In-Reply-To: <20040905152906.GA17303@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] sqlite temp directory From: andi@zend.com (Andi Gutmans) References: <20040905152906.GA17303@zend.com> Yeah I think that's a good idea. The only thing I'm not sure about is if we should unify tmp configuration for all extensions. My first instinct would be yes but from looking at php.ini ;upload_tmp_dir = ;session.save_path = "/tmp" soap.wsdl_cache_dir="/tmp" People might want to put these things into different directories so maybe the answer is no :) Do you have a patch which implements this? Andi At 06:29 PM 9/5/2004 +0300, Michael Spector wrote: >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 > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php