- Nuke php3 legacy

This commit is contained in:
foobar 2005-12-06 02:28:26 +00:00
parent a05e8e335d
commit a208d9a966
86 changed files with 118 additions and 118 deletions

View file

@ -477,12 +477,12 @@ static PHP_FUNCTION(sqlite2_create_function)
/* TODO: implement this stuff */
}
static function_entry dbh_methods[] = {
static zend_function_entry dbh_methods[] = {
PHP_FE(sqlite2_create_function, NULL)
{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: