From 9869ecc9b7e94b1e6b002c40f5e79c101bed8385 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 9 Jul 2001 17:02:50 +0000 Subject: - Added php_escape_shell_arg to the header file --- ext/standard/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/exec.h') diff --git a/ext/standard/exec.h b/ext/standard/exec.h index fd92e65c3e..c7fb7a5b31 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -29,6 +29,7 @@ PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); char *php_escape_shell_cmd(char *); +char *php_escape_shell_arg(char *); int php_Exec(int type, char *cmd, pval *array, pval *return_value); #endif /* EXEC_H */ -- cgit v1.2.1