diff options
author | Rui Hirokawa <hirokawa@php.net> | 2000-07-02 08:59:44 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2000-07-02 08:59:44 +0000 |
commit | 074f52f38298c771064063389103731509ad728b (patch) | |
tree | 280e03fdb7f260e2230ae0516e0ef164e82ec3c6 /ext/pgsql/php_pgsql.h | |
parent | 4300d396b4688c5b378b3593bf22b4fd27dca81f (diff) | |
download | php-git-074f52f38298c771064063389103731509ad728b.tar.gz |
added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |