Description from the ChangeLog. Thies, is it correct?

This commit is contained in:
Egon Schmid 2000-08-06 17:56:56 +00:00
parent d9ab6333ea
commit d9cd56ea76

View File

@ -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;