ID: 31510 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Wont fix Bug Type: SQLite related -PHP Version: 5CVS-2005-01-12 +PHP Version: * Assigned To: helly New Comment:
All QLite maintainers decided there is little to no usa in that function. The reason there is SQLiteResult::key() is only because SQLiteResult implements Iterator. Previous Comments: ------------------------------------------------------------------------ [2005-01-12 09:31:58] [EMAIL PROTECTED] Description: ------------ The function sqlite_key (line 2637 of ext/sqlite/sqlite.c) only exists as a mapped method of the SQLiteResult class and cannot be used a a procedural function as it has no entry in the sqlite_funcs function table (even though the function has support for being called as such). All that's needed is an entry in sqlite_functions[]. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31510&edit=1