diff options
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r-- | ext/mysql/php_mysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index d94697eae7..053ece881c 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -89,7 +89,7 @@ PHP_FUNCTION(mysql_get_server_info); PHP_FUNCTION(mysql_info); PHP_FUNCTION(mysql_stat); PHP_FUNCTION(mysql_thread_id); -PHP_FUNCTION(mysql_character_set_name); +PHP_FUNCTION(mysql_client_encoding); PHP_FUNCTION(mysql_ping); ZEND_BEGIN_MODULE_GLOBALS(mysql) |