From 7a85edd370de9833689806dc059cad672232b9d4 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 22 Jul 2003 23:05:17 +0000 Subject: Added pg_version() which returns an associative array of client/protocol/server version. @Added pg_version() function. (Marcus) --- ext/pgsql/php_pgsql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 1ce637ae31..b9bdb483e9 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -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); -- cgit v1.2.1