summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-07-22 23:05:17 +0000
committerMarcus Boerger <helly@php.net>2003-07-22 23:05:17 +0000
commit7a85edd370de9833689806dc059cad672232b9d4 (patch)
tree25c1ce1c127d97e91f97c38f2a6d725d0b31c07d /ext/pgsql/php_pgsql.h
parentec9ae45e2f322ac954209323f0b31cece11f6c76 (diff)
downloadphp-git-7a85edd370de9833689806dc059cad672232b9d4.tar.gz
Added pg_version() which returns an associative array of client/protocol/server
version. @Added pg_version() function. (Marcus)
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
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);