]> granicus.if.org Git - php/commitdiff
Update proto comment for proc_open
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 1 Jul 2019 17:02:39 +0000 (19:02 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 2 Jul 2019 08:10:51 +0000 (10:10 +0200)
ext/standard/proc_open.c

index 4644b60794e282b7bb23d3f2d502a25bb33338ce..9a0bd941993ad944d8c48a7d43abb744489cd49f 100644 (file)
@@ -474,7 +474,7 @@ static char *create_win_command_from_args(HashTable *args) {
 }
 #endif
 
-/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
+/* {{{ proto resource proc_open(string|array command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])
    Run a process with more control over it's file descriptors */
 PHP_FUNCTION(proc_open)
 {