diff options
-rw-r--r-- | ext/standard/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 63409520f0..9884f68656 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -345,8 +345,8 @@ PHP_FUNCTION(escapeshellcmd) } /* }}} */ -/* {{{ proto string shell_exec(strng cmd) - What excatly is this variant for ??? */ +/* {{{ proto string shell_exec(string cmd) + Use pclose() for FILE* that has been opened via popen() */ PHP_FUNCTION(shell_exec) { FILE *in; |