]> granicus.if.org Git - php/commitdiff
- Fix arginfo name
authorFelipe Pena <felipe@php.net>
Mon, 28 Jun 2010 01:19:08 +0000 (01:19 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 28 Jun 2010 01:19:08 +0000 (01:19 +0000)
ext/mysql/php_mysql.c

index 9370aff6ed0bf3a89690dae7d48544adfee8235e..85831b7371dc674364f79a7da9a54325ab739400 100644 (file)
@@ -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)