From f1c20d3b55e88478ecaa530c33aa380ac36a282e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 13 May 2003 23:51:25 +0000 Subject: Added sqlite_fetch_string(), for speedy fetching of data from database cursor containing only a single column. --- ext/sqlite/php_sqlite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sqlite/php_sqlite.h') diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index c3538dd0f0..e6aae260c3 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_fetch_array); +PHP_FUNCTION(sqlite_fetch_string); PHP_FUNCTION(sqlite_current); PHP_FUNCTION(sqlite_column); -- cgit v1.2.1