Browse Source

Fix prototype

PEAR_1_4DEV
Zeev Suraski 23 years ago
parent
commit
2e869c7cb3
  1. 2
      ext/ftp/php_ftp.c

2
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)
{

Loading…
Cancel
Save