mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added PostgreSQL module info function.
This commit is contained in:
parent
e191baa1a3
commit
ec93ec1fb1
2 changed files with 26 additions and 2 deletions
|
@ -63,6 +63,7 @@ extern zend_module_entry pgsql_module_entry;
|
|||
PHP_MINIT_FUNCTION(pgsql);
|
||||
PHP_MSHUTDOWN_FUNCTION(pgsql);
|
||||
PHP_RINIT_FUNCTION(pgsql);
|
||||
PHP_MINFO_FUNCTION(pgsql);
|
||||
PHP_FUNCTION(pg_connect);
|
||||
PHP_FUNCTION(pg_pconnect);
|
||||
PHP_FUNCTION(pg_close);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue