From: Egon Schmid Date: Mon, 6 Mar 2000 16:01:54 +0000 (+0000) Subject: Hartmut don't touch protos. Only two lines are allowed. X-Git-Tag: PHP-4.0-RC1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0beaaa9356bc67a1520706925fa0a51715233a77;p=php Hartmut don't touch protos. Only two lines are allowed. --- diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 6e8575816e..b92e769457 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -196,7 +196,6 @@ static int _Exec(int type, char *cmd, pval *array, pval *return_value) } /* {{{ proto int exec(string command [, array output [, int return_value]]) - Execute an external program */ PHP_FUNCTION(exec) {