diff options
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 390af90887..bc67252b41 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -78,6 +78,10 @@ zend_module_entry php_ftp_module_entry = { STANDARD_MODULE_PROPERTIES }; +#ifdef COMPILE_DL_FTP +ZEND_GET_MODULE(php_ftp) +#endif + static void ftp_destructor_ftpbuf(ftpbuf_t *ftp) { ftp_close(ftp); |