Fix PostgreSQL startup routine in thread-safe mode

This commit is contained in:
Zeev Suraski 2000-02-05 17:26:35 +00:00
parent bf609338ae
commit 39cb8fe0ac
6 changed files with 42 additions and 52 deletions

View file

@ -59,6 +59,7 @@ extern zend_module_entry pgsql_module_entry;
#endif
PHP_MINIT_FUNCTION(pgsql);
PHP_MSHUTDOWN_FUNCTION(pgsql);
PHP_RINIT_FUNCTION(pgsql);
PHP_FUNCTION(pg_connect);
PHP_FUNCTION(pg_pconnect);