From f5f60e6feaeabf06bba4c4150ae9f80e48c6e39d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 27 Jul 2003 16:47:36 +0000 Subject: Added new function pg_parameter_status() --- ext/pgsql/php_pgsql.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index b9bdb483e9..80744ab185 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -73,6 +73,9 @@ PHP_FUNCTION(pg_tty); PHP_FUNCTION(pg_options); PHP_FUNCTION(pg_version); PHP_FUNCTION(pg_ping); +#if HAVE_PQPARAMETERSTATUS +PHP_FUNCTION(pg_parameter_status); +#endif /* query functions */ PHP_FUNCTION(pg_query); PHP_FUNCTION(pg_send_query); -- cgit v1.2.1