From: Zeev Suraski Date: Thu, 7 Aug 2003 16:03:05 +0000 (+0000) Subject: Another broken prototype X-Git-Tag: php-4.3.3RC3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4845a8b654b541d203104c2db8e2949337e2046;p=php Another broken prototype --- diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 563fe65a64..fa9c67dbfd 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -176,7 +176,7 @@ PHP_FUNCTION(ftp_connect) /* }}} */ #ifdef HAVE_OPENSSL_EXT -/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout)]]) +/* {{{ proto resource ftp_ssl_connect(string host [, int port [, int timeout]]) Opens a FTP-SSL stream */ PHP_FUNCTION(ftp_ssl_connect) {