From 526d45e95ff72543888ef1a8a8d2ae84e40718ae Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 13 Sep 2000 04:13:36 +0000 Subject: - The Sprit of PHP is to have descriptive function names and not necessarily short ones. Maybe we should have some FAQ for this? --- ext/pgsql/php_pgsql.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 53cb1127b6..e4023f9a6c 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_client_enc); -PHP_FUNCTION(pg_set_client_enc); +PHP_FUNCTION(pg_client_encoding); +PHP_FUNCTION(pg_set_client_encoding); #endif void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent); -- cgit v1.2.1