mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added new function pg_parameter_status()
This commit is contained in:
parent
ab36d72c16
commit
f5f60e6fea
2 changed files with 41 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue