diff options
author | Wez Furlong <wez@php.net> | 2003-06-04 21:11:45 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-06-04 21:11:45 +0000 |
commit | 82a1818fdec3afe8e3a5cc8aa7171f4472ea1e4a (patch) | |
tree | 2f972c440a9b659deee1a18c623ddbec60fd6ea4 /ext/sqlite/php_sqlite.h | |
parent | b70cf4074252a2e524ead2927c8e29ecb2eaa25e (diff) | |
download | php-git-82a1818fdec3afe8e3a5cc8aa7171f4472ea1e4a.tar.gz |
Revert accidental commit from marcus.
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r-- | ext/sqlite/php_sqlite.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index dd9cd65406..e6aae260c3 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -47,7 +47,6 @@ PHP_FUNCTION(sqlite_popen); 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); @@ -77,8 +76,6 @@ PHP_FUNCTION(sqlite_error_string); PHP_FUNCTION(sqlite_create_aggregate); PHP_FUNCTION(sqlite_create_function); -PHP_FUNCTION(sqlite_factory); - ZEND_BEGIN_MODULE_GLOBALS(sqlite) int assoc_case; ZEND_END_MODULE_GLOBALS(sqlite) |