From: Egon Schmid Date: Sun, 6 Aug 2000 17:56:56 +0000 (+0000) Subject: Description from the ChangeLog. Thies, is it correct? X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9cd56ea762af2e678cbc471f7d8d73dbf88375b;p=php Description from the ChangeLog. Thies, is it correct? --- 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;