mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Description from the ChangeLog. Thies, is it correct?
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user