diff options
author | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
commit | a0f165a5cb615d49834d5e68ab7ab543e45d493e (patch) | |
tree | 9c5b85ae3ba3620161b6341d3829432cde3f6299 /ext/standard/exec.h | |
parent | abc5a2cacb6e16145934e0881954566b20f46d99 (diff) | |
download | php-git-a0f165a5cb615d49834d5e68ab7ab543e45d493e.tar.gz |
main/streams.c
Diffstat (limited to 'ext/standard/exec.h')
-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 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 *); |