From: Pierre Joye Date: Tue, 31 Jan 2012 07:17:05 +0000 (+0000) Subject: - fix #55226, WS X-Git-Tag: php-5.4.0RC7~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c87d70b1a2660cf3340f4ef93ac858de47b6a25;p=php - fix #55226, WS --- 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)