diff options
author | Felipe Pena <felipe@php.net> | 2010-06-28 01:19:08 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-06-28 01:19:08 +0000 |
commit | 0488a86634c590c71d547f1c905302ec7ea46949 (patch) | |
tree | 18dc3dcb319a0b15a285be958eeb92d2ab189dc1 /ext/mysql/php_mysql.c | |
parent | ced29dd7065818fbf27d01f50fc3d2792e267d50 (diff) | |
download | php-git-0488a86634c590c71d547f1c905302ec7ea46949.tar.gz |
- Fix arginfo name
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 9370aff6ed..85831b7371 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -303,7 +303,7 @@ static const zend_function_entry mysql_functions[] = { PHP_FALIAS(mysql_fieldlen, mysql_field_len, arginfo_mysql_field_seek) PHP_FALIAS(mysql_fieldtype, mysql_field_type, arginfo_mysql_field_seek) PHP_FALIAS(mysql_fieldflags, mysql_field_flags, arginfo_mysql_field_seek) - PHP_FALIAS(mysql_selectdb, mysql_select_db, mysql_list_tables) + PHP_FALIAS(mysql_selectdb, mysql_select_db, arginfo_mysql_select_db) #ifndef NETWARE /* The below two functions not supported on NetWare */ #if MYSQL_VERSION_ID < 40000 PHP_DEP_FALIAS(mysql_createdb, mysql_create_db, arginfo_mysql_select_db) |