From 81797baed4386e726b79aaa99f7fb4887d8d9348 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 31 Jan 2003 04:54:57 +0000 Subject: Add ftp_raw() to send raw command strings to an FTP server. --- ext/ftp/php_ftp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/ftp/php_ftp.h') diff --git a/ext/ftp/php_ftp.h b/ext/ftp/php_ftp.h index f203987b23..47e5ba1b34 100644 --- a/ext/ftp/php_ftp.h +++ b/ext/ftp/php_ftp.h @@ -43,6 +43,7 @@ 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); -- cgit v1.2.1