summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-06-26 19:26:26 +0000
committerMarcus Boerger <helly@php.net>2003-06-26 19:26:26 +0000
commitadd3674b2074e89aff849808b301f57e9e315a84 (patch)
tree77f21989943c74828ae852886586ecb7d5d2bc8c /ext/sqlite/php_sqlite.h
parentd6e84b639c24002abda4ffd1621e74cacd46409f (diff)
downloadphp-git-add3674b2074e89aff849808b301f57e9e315a84.tar.gz
Rename sqlite_fetch_string() to sqlite_fetch_single() + alias
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index 80336dded2..3c13f87898 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -51,7 +51,7 @@ PHP_FUNCTION(sqlite_array_query);
PHP_FUNCTION(sqlite_single_query);
PHP_FUNCTION(sqlite_fetch_array);
-PHP_FUNCTION(sqlite_fetch_string);
+PHP_FUNCTION(sqlite_fetch_single);
PHP_FUNCTION(sqlite_fetch_all);
PHP_FUNCTION(sqlite_current);
PHP_FUNCTION(sqlite_column);