mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- fix #55226, WS
This commit is contained in:
parent
601f05f1b8
commit
88b00ff6df
1 changed files with 1 additions and 2 deletions
|
@ -680,7 +680,7 @@ static PHP_METHOD(SQLite, sqliteCreateCollation)
|
||||||
&collation_name, &collation_name_len, &callback)) {
|
&collation_name, &collation_name_len, &callback)) {
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
|
dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
|
||||||
PDO_CONSTRUCT_CHECK;
|
PDO_CONSTRUCT_CHECK;
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue