From 33c7b63c6c6294515c1b675e22a38f1fc12893e1 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 17 Aug 2010 18:07:11 +0000 Subject: Update with PHP_DEF_FE, also update the test --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 85831b7371..32d840c17e 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -251,7 +251,7 @@ static const zend_function_entry mysql_functions[] = { #endif /* NETWARE */ PHP_FE(mysql_query, arginfo_mysql_query) PHP_FE(mysql_unbuffered_query, arginfo_mysql_query) - PHP_FE(mysql_db_query, arginfo_mysql_db_query) + PHP_DEP_FE(mysql_db_query, arginfo_mysql_db_query) PHP_FE(mysql_list_dbs, arginfo__optional_mysql_link) PHP_DEP_FE(mysql_list_tables, arginfo_mysql_select_db) PHP_FE(mysql_list_fields, arginfo_mysql_list_fields) -- cgit v1.2.1