diff options
author | Egon Schmid <eschmid@php.net> | 2000-08-06 17:56:56 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-08-06 17:56:56 +0000 |
commit | d9cd56ea762af2e678cbc471f7d8d73dbf88375b (patch) | |
tree | 2f981ceaec0cd0c79677dee02d0be67dece1d9de /ext/standard/exec.c | |
parent | d9ab6333ea793be0c1de5d8cd81095dc1cb4eaa9 (diff) | |
download | php-git-d9cd56ea762af2e678cbc471f7d8d73dbf88375b.tar.gz |
Description from the ChangeLog. Thies, is it correct?
Diffstat (limited to 'ext/standard/exec.c')
-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; |