diff options
author | Rui Hirokawa <hirokawa@php.net> | 2000-09-12 23:19:58 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2000-09-12 23:19:58 +0000 |
commit | 4ffaf3555602708c193ebd2b76ea72f2e3ac082a (patch) | |
tree | 003d6d9801bd2cbb289e3c360b9114ec8aa6a9a6 /ext/pgsql/php_pgsql.h | |
parent | f7054b3561a39c0759e24ea14f85c7cd4ee9b24a (diff) | |
download | php-git-4ffaf3555602708c193ebd2b76ea72f2e3ac082a.tar.gz |
updated some functions'name using obsolete name convention.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 54b3f5d67f..53cb1127b6 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -88,8 +88,8 @@ PHP_FUNCTION(pg_loexport); PHP_FUNCTION(pg_put_line); PHP_FUNCTION(pg_end_copy); #if HAVE_PQCLIENTENCODING -PHP_FUNCTION(pg_clientencoding); -PHP_FUNCTION(pg_setclientencoding); +PHP_FUNCTION(pg_client_enc); +PHP_FUNCTION(pg_set_client_enc); #endif void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent); |