From dda970500e152fd211f13c4c6b48f73666a1c736 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 4 Jan 2002 14:08:25 +0000 Subject: [PATCH] proto fix --- ext/pcntl/pcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 131ea8f559..6649104fa5 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -368,7 +368,7 @@ PHP_FUNCTION(pcntl_wstopsig) } /* }}} */ -/* {{{ proto bool pcntl_exec(string path, [array args], [array envs]) +/* {{{ proto bool pcntl_exec(string path [, array args [, array envs]]) Executes specified program in current process space as defined by exec(2) */ PHP_FUNCTION(pcntl_exec) { -- 2.50.1