php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58144 Export more SQLite3 functions
Submitted: 2008-04-04 18:51 UTC Modified: 2008-04-11 10:47 UTC
From: gustavolopez at cantv dot net Assigned:
Status: Closed Package: sqlite3 (PECL)
PHP Version: 5.2.5 OS: Windows XP Sp2
Private report: No CVE-ID: None
 [2008-04-04 18:51 UTC] gustavolopez at cantv dot net
Description:
------------
Can you export the functions:

const char *sqlite3_errmsg(sqlite3*);
const void *sqlite3_errmsg16(sqlite3*);
int sqlite3_errcode(sqlite3*);
int sqlite3_column_type(sqlite3_stmt*, int iCol);

BTW, what is the difference between the functions sqlite3_funcname () and sqlite3_funcname16 () ? You must export both ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-04 18:59 UTC] gustavolopez at cantv dot net
Can you compile with SQLite 3.5.7 version ?
 [2008-04-09 19:46 UTC] scottmac@php.net
The ones with 16 at the end are designed for UTF-16 encoded data, the current ones we use are the normal UTF-8 ones.

I'll add these functions shortly and I'll sync the latest sqlite.
 [2008-04-09 22:07 UTC] gustavolopez at cantv dot net
Thanks, remenber to compile a version for PHP in WIndows XP, and send me a download link
 [2008-04-10 13:10 UTC] scottmac@php.net
I've added these functions now, I'll prepare a release tonight and update the Windows build for you.
 [2008-04-11 10:47 UTC] gustavolopez at cantv dot net
Thanks ! I will test the new version right now
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC