From 0c87d70b1a2660cf3340f4ef93ac858de47b6a25 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 31 Jan 2012 07:17:05 +0000 Subject: [PATCH] - fix #55226, WS --- ext/pdo_sqlite/sqlite_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/pdo_sqlite/sqlite_driver.c b/ext/pdo_sqlite/sqlite_driver.c index f3e6c01db9..f81cf9b1ed 100644 --- a/ext/pdo_sqlite/sqlite_driver.c +++ b/ext/pdo_sqlite/sqlite_driver.c @@ -680,7 +680,7 @@ static PHP_METHOD(SQLite, sqliteCreateCollation) &collation_name, &collation_name_len, &callback)) { RETURN_FALSE; } - + dbh = zend_object_store_get_object(getThis() TSRMLS_CC); PDO_CONSTRUCT_CHECK; @@ -713,7 +713,6 @@ static PHP_METHOD(SQLite, sqliteCreateCollation) } /* }}} */ - static const zend_function_entry dbh_methods[] = { PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC) PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC) -- 2.40.0