diff options
author | Sara Golemon <pollita@php.net> | 2003-09-18 17:36:08 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2003-09-18 17:36:08 +0000 |
commit | c553af47e06c434ea943d51a386c5f156ce34875 (patch) | |
tree | f0efa9faaf4208575dcc52b0606d5e58a24bf2db /ext/ftp/php_ftp.h | |
parent | 3efe102a4801a36f5515e8166c967ac595b4876e (diff) | |
download | php-git-c553af47e06c434ea943d51a386c5f156ce34875.tar.gz |
Add ftp_alloc() for servers which require client to predeclare filesize to be sent.
Diffstat (limited to 'ext/ftp/php_ftp.h')
-rw-r--r-- | ext/ftp/php_ftp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index a8bb36f93a..d7a6d26c3f 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -47,6 +47,7 @@ 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_systype); |