diff options
author | foobar <sniper@php.net> | 2003-12-06 10:48:56 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-12-06 10:48:56 +0000 |
commit | c28a7bd7da775529b17b9ceb7a9ea461c9983f7b (patch) | |
tree | 7dd21e7831e5d94c82f47b905df85de00f626d81 | |
parent | 6b679cd6ef38d10d645e26eca9723ed724c930d7 (diff) | |
download | php-git-c28a7bd7da775529b17b9ceb7a9ea461c9983f7b.tar.gz |
fix proto
-rw-r--r-- | ext/standard/proc_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |