Added pg_version() which returns an associative array of client/protocol/server

version.
@Added pg_version() function. (Marcus)
This commit is contained in:
Marcus Boerger 2003-07-22 23:05:17 +00:00
parent ec9ae45e2f
commit 7a85edd370
3 changed files with 25 additions and 0 deletions

View file

@ -71,6 +71,7 @@ PHP_FUNCTION(pg_dbname);
PHP_FUNCTION(pg_port);
PHP_FUNCTION(pg_tty);
PHP_FUNCTION(pg_options);
PHP_FUNCTION(pg_version);
PHP_FUNCTION(pg_ping);
/* query functions */
PHP_FUNCTION(pg_query);