diff options
| author | Wez Furlong <wez@php.net> | 2002-04-03 13:39:35 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-04-03 13:39:35 +0000 |
| commit | 27d1f7db161cfb1b68b7927415080230bb9efb72 (patch) | |
| tree | 75b67058e7d81ed5dee5b305b84c0b3f935a3bc0 /ext/standard/exec.h | |
| parent | 74dd73711b85c2d04cc85f6bc6778275172da2b2 (diff) | |
| download | php-git-27d1f7db161cfb1b68b7927415080230bb9efb72.tar.gz | |
Tidy up win32 implementation of proc_open.
Respect safe_mode_exec_dir.
Implement proc_close and return process return code under win32.
Diffstat (limited to 'ext/standard/exec.h')
| -rw-r--r-- | ext/standard/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/exec.h b/ext/standard/exec.h index e315a5c83c..3f53895517 100644 --- a/ext/standard/exec.h +++ b/ext/standard/exec.h @@ -28,6 +28,7 @@ PHP_FUNCTION(escapeshellarg); PHP_FUNCTION(passthru); PHP_FUNCTION(shell_exec); PHP_FUNCTION(proc_open); +PHP_FUNCTION(proc_close); PHP_MINIT_FUNCTION(proc_open); char *php_escape_shell_cmd(char *); |
