From: Zeev Suraski Date: Thu, 7 Aug 2003 15:50:18 +0000 (+0000) Subject: That's slightly more accurate X-Git-Tag: php-4.3.3RC3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1af7f512bcf3ce6ac938a6cdcd6e1339f228d0b3;p=php That's slightly more accurate --- diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 80e247e11b..45494432f5 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -523,7 +523,7 @@ PHP_FUNCTION(escapeshellarg) /* }}} */ /* {{{ proto string shell_exec(string cmd) - Use pclose() for FILE* that has been opened via popen() */ + Execute command via shell and return complete output as string */ PHP_FUNCTION(shell_exec) { FILE *in;