From 1af7f512bcf3ce6ac938a6cdcd6e1339f228d0b3 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 7 Aug 2003 15:50:18 +0000 Subject: [PATCH] That's slightly more accurate --- ext/standard/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1