diff options
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index a4f843ffb8..70859376e3 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -68,7 +68,7 @@ function_entry php_ftp_functions[] = { }; zend_module_entry php_ftp_module_entry = { - "FTP Functions", + "ftp", php_ftp_functions, PHP_MINIT(ftp), NULL, |