Rename sqlite_fetch_string() to sqlite_fetch_single() + alias

This commit is contained in:
Marcus Boerger 2003-06-26 19:26:26 +00:00
parent d6e84b639c
commit add3674b20
3 changed files with 12 additions and 11 deletions

View file

@ -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);