From: Felipe Pena Date: Mon, 28 Jun 2010 01:19:08 +0000 (+0000) Subject: - Fix arginfo name X-Git-Tag: php-5.4.0alpha1~191^2~1236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c4e0080440842842db7a340f06ae5381a39121b;p=php - Fix arginfo name --- 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)