This commit is contained in:
Pierre Joye 2012-01-31 07:17:05 +00:00
parent 601f05f1b8
commit 88b00ff6df

View file

@ -713,7 +713,6 @@ static PHP_METHOD(SQLite, sqliteCreateCollation)
} }
/* }}} */ /* }}} */
static const zend_function_entry dbh_methods[] = { static const zend_function_entry dbh_methods[] = {
PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC) PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC) PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)