diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-04 23:51:10 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-05 00:59:44 +0200 |
commit | 5322de1ba8428c0231c972586217f9b1b705c45d (patch) | |
tree | 0cedf1dbe6b67a5e49382480f996f7456bc46f61 /ext/ftp/php_ftp.h | |
parent | d5bbb28f7d9d0621263be5073102cd1a32170cd1 (diff) | |
download | php-git-5322de1ba8428c0231c972586217f9b1b705c45d.tar.gz |
Generate functions entries from stubs for another set of extensions
Closes GH-5351
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index 0d85f64880..4d18721284 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -34,44 +34,6 @@ extern zend_module_entry php_ftp_module_entry; PHP_MINIT_FUNCTION(ftp); PHP_MINFO_FUNCTION(ftp); -PHP_FUNCTION(ftp_connect); -#ifdef HAVE_FTP_SSL -PHP_FUNCTION(ftp_ssl_connect); -#endif -PHP_FUNCTION(ftp_login); -PHP_FUNCTION(ftp_pwd); -PHP_FUNCTION(ftp_cdup); -PHP_FUNCTION(ftp_chdir); -PHP_FUNCTION(ftp_exec); -PHP_FUNCTION(ftp_raw); -PHP_FUNCTION(ftp_mkdir); -PHP_FUNCTION(ftp_rmdir); -PHP_FUNCTION(ftp_chmod); -PHP_FUNCTION(ftp_alloc); -PHP_FUNCTION(ftp_nlist); -PHP_FUNCTION(ftp_rawlist); -PHP_FUNCTION(ftp_mlsd); -PHP_FUNCTION(ftp_systype); -PHP_FUNCTION(ftp_pasv); -PHP_FUNCTION(ftp_get); -PHP_FUNCTION(ftp_fget); -PHP_FUNCTION(ftp_put); -PHP_FUNCTION(ftp_append); -PHP_FUNCTION(ftp_fput); -PHP_FUNCTION(ftp_size); -PHP_FUNCTION(ftp_mdtm); -PHP_FUNCTION(ftp_rename); -PHP_FUNCTION(ftp_delete); -PHP_FUNCTION(ftp_site); -PHP_FUNCTION(ftp_close); -PHP_FUNCTION(ftp_set_option); -PHP_FUNCTION(ftp_get_option); -PHP_FUNCTION(ftp_nb_get); -PHP_FUNCTION(ftp_nb_fget); -PHP_FUNCTION(ftp_nb_put); -PHP_FUNCTION(ftp_nb_fput); -PHP_FUNCTION(ftp_nb_continue); - #define phpext_ftp_ptr php_ftp_module_ptr #else |