diff options
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r-- | ext/ftp/php_ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 1ebf090cdc..49f22971ad 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -285,7 +285,7 @@ PHP_FUNCTION(ftp_chdir) /* }}} */ /* {{{ proto int ftp_exec(int stream, string command) - Changes directories */ + Request execution of a program on the ftp server */ PHP_FUNCTION(ftp_exec) { pval *arg1, *arg2; |