Edit report at http://bugs.php.net/bug.php?id=52010&edit=1
ID: 52010 User updated by: hajo at csphere dot eu Reported by: hajo at csphere dot eu -Summary: open_basedir restrictions mismatch on vaccum command +Summary: open_basedir restrictions mismatch on vacuum command Status: Open Type: Bug Package: SQLite related Operating System: Windows (any) PHP Version: 5.3.2 New Comment: corrected summary Previous Comments: ------------------------------------------------------------------------ [2010-06-06 21:51:23] hajo at csphere dot eu Description: ------------ with open_basedir enabled and an sqlite3 database file within one of these allowed directories - using the sqlite3 extension - the sql command "vacuum <insert_tablename_here>" triggers an open_basedir restriction error. what confuses the most is that File() in the error message seems to be empty every time this error occurs and i haven't discovered such behavior in similar problems. pdo_sqlite extension is also affected, sqlite3 lib version is 3.6.22 Test script: --------------- $sqlite3->query('vacuum <anytable>'); Expected result: ---------------- no error returned Actual result: -------------- PHP-Warning: Warning: SQLite3::query() [sqlite3.query]: open_basedir restriction in effect. File() is not within the allowed path(s): (<a lot of paths listed in here>) in test.php on line 77 PHP-Warning: Warning: SQLite3::query() [sqlite3.query]: Unable to execute statement: not authorized in test.php on line 77 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52010&edit=1