From 2e869c7cb33bbf6f3f3f25e474cd3c26d09f1b89 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 7 Aug 2003 16:02:28 +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 94a0c8bc5f0..21dae4487c8 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -145,7 +145,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) {