diff options
| author | Zeev Suraski <zeev@php.net> | 2003-08-07 15:50:18 +0000 | 
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-08-07 15:50:18 +0000 | 
| commit | 1af7f512bcf3ce6ac938a6cdcd6e1339f228d0b3 (patch) | |
| tree | 121a3a7feb5c089bdaccbb77f69691e11440468e /ext/standard | |
| parent | 07ff7f16c731bb8ffcc40b3d28bf01557eee39e8 (diff) | |
| download | php-git-1af7f512bcf3ce6ac938a6cdcd6e1339f228d0b3.tar.gz | |
That's slightly more accurate
Diffstat (limited to 'ext/standard')
| -rw-r--r-- | ext/standard/exec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
