diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-25 16:59:24 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-25 16:59:24 +0000 |
commit | 94b90d0c0ad99fdb13143d11887f5f1d5c1b6768 (patch) | |
tree | ed87ba607a2ce30619d64f25e7cc2981c4f48349 /ext/sqlite/php_sqlite.h | |
parent | a4f41fbb26c3e381adcb8f556618ce233b2bfd0a (diff) | |
download | php-git-94b90d0c0ad99fdb13143d11887f5f1d5c1b6768.tar.gz |
Added sqlite_single_query() and it's OO equivalent single_query().
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index ea1aa45389..80336dded2 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -48,6 +48,7 @@ PHP_FUNCTION(sqlite_close); PHP_FUNCTION(sqlite_query); PHP_FUNCTION(sqlite_unbuffered_query); PHP_FUNCTION(sqlite_array_query); +PHP_FUNCTION(sqlite_single_query); PHP_FUNCTION(sqlite_fetch_array); PHP_FUNCTION(sqlite_fetch_string); |