felipe Mon, 28 Jun 2010 01:19:08 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=300792
Log: - Fix arginfo name Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c U php/php-src/trunk/ext/mysql/php_mysql.c Modified: php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c =================================================================== --- php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c 2010-06-28 00:15:18 UTC (rev 300791) +++ php/php-src/branches/PHP_5_3/ext/mysql/php_mysql.c 2010-06-28 01:19:08 UTC (rev 300792) @@ -303,7 +303,7 @@ 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) Modified: php/php-src/trunk/ext/mysql/php_mysql.c =================================================================== --- php/php-src/trunk/ext/mysql/php_mysql.c 2010-06-28 00:15:18 UTC (rev 300791) +++ php/php-src/trunk/ext/mysql/php_mysql.c 2010-06-28 01:19:08 UTC (rev 300792) @@ -303,7 +303,7 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php