From: Zeev Suraski Date: Thu, 7 Aug 2003 16:02:04 +0000 (+0000) Subject: Fix prototype X-Git-Tag: php-4.3.3RC3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=728ca44dff2b182fa8da766c202befb9c409bb2d;p=php Fix prototype --- 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) {