From c4845a8b654b541d203104c2db8e2949337e2046 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 7 Aug 2003 16:03:05 +0000 Subject: [PATCH] Another broken 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 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) { -- 2.50.1