diff options
| -rw-r--r-- | ext/standard/exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index f89a68145b..fd92e65c3e 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -29,4 +29,6 @@ PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); char *php_escape_shell_cmd(char *); +int php_Exec(int type, char *cmd, pval *array, pval *return_value); + #endif /* EXEC_H */ |
