summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-03-06 16:01:54 +0000
committerEgon Schmid <eschmid@php.net>2000-03-06 16:01:54 +0000
commit0beaaa9356bc67a1520706925fa0a51715233a77 (patch)
tree8f8b812ba00ebbb0e55a30a137be4576f6c175d7
parent6ef9f9fe9cf04877ce03a11012f1b3c6ec78af44 (diff)
downloadphp-git-0beaaa9356bc67a1520706925fa0a51715233a77.tar.gz
Hartmut don't touch protos. Only two lines are allowed.
-rw-r--r--ext/standard/exec.c1
1 files changed, 0 insertions, 1 deletions
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)
{