]> granicus.if.org Git - php/commit
Add two new functions:
authorWez Furlong <wez@php.net>
Thu, 17 Apr 2003 20:08:00 +0000 (20:08 +0000)
committerWez Furlong <wez@php.net>
Thu, 17 Apr 2003 20:08:00 +0000 (20:08 +0000)
commitec09b1b88191e6c6547684fb9a93c38b1c11e36f
tree31845c40acd8610e1c5e0e39fd2aaeb34d0fd1a3
parent02ee8fffa3403f18686ea858292b53fa0a16bec3
Add two new functions:

int sqlite_last_error($db) -- returns error code from last query

string sqlite_error_string(int code) -- returns english description of an error
code.
ext/sqlite/php_sqlite.h
ext/sqlite/sqlite.c
ext/sqlite/sqlite.php