diff options
Diffstat (limited to 'ext/filepro/php_filepro.h')
-rw-r--r-- | ext/filepro/php_filepro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/filepro/php_filepro.h b/ext/filepro/php_filepro.h index 31a72c4641..85ff69b605 100644 --- a/ext/filepro/php_filepro.h +++ b/ext/filepro/php_filepro.h @@ -41,6 +41,8 @@ PHP_FUNCTION(filepro_fieldcount); PHP_FUNCTION(filepro_retrieve); PHP_MINIT_FUNCTION(filepro); +PHP_RINIT_FUNCTION(filepro); +PHP_RSHUTDOWN_FUNCTION(filepro); PHP_MSHUTDOWN_FUNCTION(filepro); #else #define phpext_filepro_ptr NULL |