diff options
Diffstat (limited to 'ext/pdo_dblib/php_pdo_dblib.h')
-rw-r--r-- | ext/pdo_dblib/php_pdo_dblib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_dblib/php_pdo_dblib.h b/ext/pdo_dblib/php_pdo_dblib.h index 5795b71153..d05ae24bc2 100644 --- a/ext/pdo_dblib/php_pdo_dblib.h +++ b/ext/pdo_dblib/php_pdo_dblib.h @@ -39,6 +39,7 @@ extern zend_module_entry pdo_dblib_module_entry; PHP_MINIT_FUNCTION(pdo_dblib); PHP_MSHUTDOWN_FUNCTION(pdo_dblib); PHP_MINFO_FUNCTION(pdo_dblib); +PHP_RSHUTDOWN_FUNCTION(pdo_dblib); #endif |