From: foobar Date: Sat, 6 Dec 2003 10:48:56 +0000 (+0000) Subject: fix proto X-Git-Tag: php-5.0.0b3RC1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c28a7bd7da775529b17b9ceb7a9ea461c9983f7b;p=php fix proto --- 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) {