1
0
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:
Egon Schmid
2000-08-06 17:56:56 +00:00
parent d9ab6333ea
commit d9cd56ea76
+2 -2
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;