]> granicus.if.org Git - php/commitdiff
That's slightly more accurate
authorZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 15:50:18 +0000 (15:50 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 7 Aug 2003 15:50:18 +0000 (15:50 +0000)
ext/standard/exec.c

index 80e247e11bbb39bf586099d846cc07357cbdb01b..45494432f5c0aef90ae29cbaecff5e01ea691622 100644 (file)
@@ -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;