diff options
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
| -rw-r--r-- | ext/pgsql/php_pgsql.h | 1 | 
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);  | 
