From 80e9724ccccf48c477cd21c80406335b472c1cb4 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Fri, 26 Jul 2002 22:00:25 +0000 Subject: [EXPERIMENTAL] Added functions for asynchronous FTP transfers --- ext/ftp/php_ftp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/ftp/php_ftp.h') diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index fdbb13b3e9..f22697779c 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -58,6 +58,11 @@ PHP_FUNCTION(ftp_site); PHP_FUNCTION(ftp_close); PHP_FUNCTION(ftp_set_option); PHP_FUNCTION(ftp_get_option); +PHP_FUNCTION(ftp_async_get); +PHP_FUNCTION(ftp_async_fget); +PHP_FUNCTION(ftp_async_put); +PHP_FUNCTION(ftp_async_fput); +PHP_FUNCTION(ftp_async_continue); #define phpext_ftp_ptr php_ftp_module_ptr -- cgit v1.2.1