mirror of
https://github.com/php/php-src.git
synced 2025-01-21 11:13:38 +08:00
Description from the ChangeLog. Thies, is it correct?
This commit is contained in:
parent
d9ab6333ea
commit
d9cd56ea76
@ -345,8 +345,8 @@ PHP_FUNCTION(escapeshellcmd)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string shell_exec(strng cmd)
|
||||
What excatly is this variant for ??? */
|
||||
/* {{{ proto string shell_exec(string cmd)
|
||||
Use pclose() for FILE* that has been opened via popen() */
|
||||
PHP_FUNCTION(shell_exec)
|
||||
{
|
||||
FILE *in;
|
||||
|
Loading…
Reference in New Issue
Block a user