summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/exec.h')
-rw-r--r--ext/standard/exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h
index 4cf325ae61..e315a5c83c 100644
--- a/ext/standard/exec.h
+++ b/ext/standard/exec.h
@@ -27,6 +27,8 @@ PHP_FUNCTION(escapeshellcmd);
PHP_FUNCTION(escapeshellarg);
PHP_FUNCTION(passthru);
PHP_FUNCTION(shell_exec);
+PHP_FUNCTION(proc_open);
+PHP_MINIT_FUNCTION(proc_open);
char *php_escape_shell_cmd(char *);
char *php_escape_shell_arg(char *);