summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-05 17:26:35 +0000
committerZeev Suraski <zeev@php.net>2000-02-05 17:26:35 +0000
commit39cb8fe0ac56d1fb5639b0bf6df59faab1cbccbb (patch)
tree08cd77ac6f58404b1bf73a44f3f5020588e9e496 /ext/pgsql/php_pgsql.h
parentbf609338ae8aa3412d36ad062162a37a2285fb8d (diff)
downloadphp-git-39cb8fe0ac56d1fb5639b0bf6df59faab1cbccbb.tar.gz
Fix PostgreSQL startup routine in thread-safe mode
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index ca4975458c..37dff8235b 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -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);