diff options
author | Marcus Boerger <helly@php.net> | 2003-07-27 16:47:36 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-07-27 16:47:36 +0000 |
commit | f5f60e6feaeabf06bba4c4150ae9f80e48c6e39d (patch) | |
tree | c128c5ea83f0cbe5cda5e7d8239e3b6aac56d942 /ext/pgsql/php_pgsql.h | |
parent | ab36d72c16e53994fe9ad747aaafdd559f0ae121 (diff) | |
download | php-git-f5f60e6feaeabf06bba4c4150ae9f80e48c6e39d.tar.gz |
Added new function pg_parameter_status()
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |