From 074f52f38298c771064063389103731509ad728b Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 2 Jul 2000 08:59:44 +0000 Subject: added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0. --- ext/pgsql/php_pgsql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 6ce51480a5..4af5a8fec2 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -85,6 +85,8 @@ PHP_FUNCTION(pg_lowrite); PHP_FUNCTION(pg_loreadall); PHP_FUNCTION(pg_loimport); PHP_FUNCTION(pg_loexport); +PHP_FUNCTION(pg_clientencoding); +PHP_FUNCTION(pg_setclientencoding); void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent); int php_pgsql_get_default_link(INTERNAL_FUNCTION_PARAMETERS); -- cgit v1.2.1