summaryrefslogtreecommitdiff
path: root/ext/ftp/php_ftp.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:23:07 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:23:07 +0000
commit052d5fc85d074f82557c8bb538874a9d7ab5f854 (patch)
tree9d63e5c3090b2713e38b3e5c354429c4ffea9c93 /ext/ftp/php_ftp.c
parentc51651dee2e1d6d476e8dca6aa5160ff00113057 (diff)
downloadphp-git-052d5fc85d074f82557c8bb538874a9d7ab5f854.tar.gz
proto fix
Diffstat (limited to 'ext/ftp/php_ftp.c')
-rw-r--r--ext/ftp/php_ftp.c2
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;