From c28a7bd7da775529b17b9ceb7a9ea461c9983f7b Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 6 Dec 2003 10:48:56 +0000 Subject: [PATCH] fix proto --- ext/standard/proc_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 9e30383cd1..8c4b41280c 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -444,7 +444,7 @@ struct php_proc_open_descriptor_item { }; /* }}} */ -/* {{{ proto resource proc_open(string command, array descriptorspec, array &pipes [, string cwd [, array env] [, array other_options]]) +/* {{{ proto resource proc_open(string 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) { -- 2.40.0