From 728ca44dff2b182fa8da766c202befb9c409bb2d Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 7 Aug 2003 16:02:04 +0000 Subject: [PATCH] Fix prototype --- ext/ftp/php_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index d0b06dba9b..563fe65a64 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -139,7 +139,7 @@ PHP_MINFO_FUNCTION(ftp) } -/* {{{ proto resource ftp_connect(string host [, int port [, int timeout)]]) +/* {{{ proto resource ftp_connect(string host [, int port [, int timeout]]) Opens a FTP stream */ PHP_FUNCTION(ftp_connect) { -- 2.50.1