Added PostgreSQL module info function.

This commit is contained in:
Jouni Ahto 2000-05-24 06:48:04 +00:00
parent e191baa1a3
commit ec93ec1fb1
2 changed files with 26 additions and 2 deletions

View file

@ -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);