summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-08-24 21:41:25 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-08-24 21:41:25 +0000
commitd23cb1686da17bed99969a19be2b6f2af0879212 (patch)
tree2301cab171c800d8d351938ebeec546d86e73f37 /ext/mysql/php_mysql.h
parentc651dd962f513c539899816e5194391b680a748e (diff)
downloadphp-git-d23cb1686da17bed99969a19be2b6f2af0879212.tar.gz
Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h2
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)