]> granicus.if.org Git - php/commitdiff
fix proto
authorfoobar <sniper@php.net>
Sat, 6 Dec 2003 10:48:56 +0000 (10:48 +0000)
committerfoobar <sniper@php.net>
Sat, 6 Dec 2003 10:48:56 +0000 (10:48 +0000)
ext/standard/proc_open.c

index 9e30383cd11e88c5bb9b315c4b9231bc445499b1..8c4b41280ca795eaae1d5fac7af5b7f5251e1ab3 100644 (file)
@@ -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)
 {