summaryrefslogtreecommitdiff
path: root/ext/standard/exec.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-04-02 16:46:33 +0000
committerWez Furlong <wez@php.net>2002-04-02 16:46:33 +0000
commita0f165a5cb615d49834d5e68ab7ab543e45d493e (patch)
tree9c5b85ae3ba3620161b6341d3829432cde3f6299 /ext/standard/exec.h
parentabc5a2cacb6e16145934e0881954566b20f46d99 (diff)
downloadphp-git-a0f165a5cb615d49834d5e68ab7ab543e45d493e.tar.gz
main/streams.c
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 *);