Added new function pg_parameter_status()

This commit is contained in:
Marcus Boerger 2003-07-27 16:47:36 +00:00
parent ab36d72c16
commit f5f60e6fea
2 changed files with 41 additions and 0 deletions

View file

@ -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);