mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -619,13 +619,13 @@ static PHP_METHOD(SQLite, sqliteCreateAggregate)
|
|||
RETURN_FALSE;
|
||||
}
|
||||
/* }}} */
|
||||
static function_entry dbh_methods[] = {
|
||||
static zend_function_entry dbh_methods[] = {
|
||||
PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
|
||||
PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
static function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
|
||||
static zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC)
|
||||
{
|
||||
switch (kind) {
|
||||
case PDO_DBH_DRIVER_METHOD_KIND_DBH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue