mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added pg_version() which returns an associative array of client/protocol/server
version. @Added pg_version() function. (Marcus)
This commit is contained in:
parent
ec9ae45e2f
commit
7a85edd370
3 changed files with 25 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue