]> granicus.if.org Git - php/commitdiff
Another broken prototype
authorZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 16:03:05 +0000 (16:03 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 16:03:05 +0000 (16:03 +0000)
ext/ftp/php_ftp.c

index 563fe65a642b42ad81745c5f8cee895ec7729c2b..fa9c67dbfd55391ce2b46ac8ed30ccfe606305d9 100644 (file)
@@ -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)
 {