zeev Thu Aug 7 11:50:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard exec.c Log: That's slightly more accurate Index: php-src/ext/standard/exec.c diff -u php-src/ext/standard/exec.c:1.84.2.10 php-src/ext/standard/exec.c:1.84.2.11 --- php-src/ext/standard/exec.c:1.84.2.10 Tue Aug 5 16:16:47 2003 +++ php-src/ext/standard/exec.c Thu Aug 7 11:50:18 2003 @@ -15,7 +15,7 @@ | Author: Rasmus Lerdorf | +----------------------------------------------------------------------+ */ -/* $Id: exec.c,v 1.84.2.10 2003/08/05 20:16:47 iliaa Exp $ */ +/* $Id: exec.c,v 1.84.2.11 2003/08/07 15:50:18 zeev Exp $ */ #include <stdio.h> #include "php.h" @@ -523,7 +523,7 @@ /* }}} */ /* {{{ 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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php