Skip to content

Commit 9869ecc

Browse files
author
Derick Rethans
committed
- Added php_escape_shell_arg to the header file
1 parent 112b906 commit 9869ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/exec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PHP_FUNCTION(passthru);
2929
PHP_FUNCTION(shell_exec);
3030

3131
char *php_escape_shell_cmd(char *);
32+
char *php_escape_shell_arg(char *);
3233
int php_Exec(int type, char *cmd, pval *array, pval *return_value);
3334

3435
#endif /* EXEC_H */

0 commit comments

Comments
 (0)