]> granicus.if.org Git - php/commitdiff
Description from the ChangeLog. Thies, is it correct?
authorEgon Schmid <eschmid@php.net>
Sun, 6 Aug 2000 17:56:56 +0000 (17:56 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 6 Aug 2000 17:56:56 +0000 (17:56 +0000)
ext/standard/exec.c

index 63409520f0e17608c203c0f965d21447f999b985..9884f68656d98ec64174aee20776fb11ac1a92e3 100644 (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;