diff options
author | Shane Caraveo <shane@php.net> | 2002-10-29 07:32:52 +0000 |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2002-10-29 07:32:52 +0000 |
commit | 1f0523c85acfeddf2b5edbf33d7eacb0dc0fc3de (patch) | |
tree | dd4afa8808a82fc416c31e17d895faf30724c13c /TSRM/tsrm_win32.h | |
parent | a33bd0979d56372dd7155e502b57e13009566841 (diff) | |
download | php-git-1f0523c85acfeddf2b5edbf33d7eacb0dc0fc3de.tar.gz |
windows is smart enough to provide a way to set cwd for new processes.
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 5e6ec7ece7..0a78c39450 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -92,6 +92,7 @@ typedef struct { TSRM_API void tsrm_win32_startup(void); TSRM_API void tsrm_win32_shutdown(void); +TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env); TSRM_API FILE *popen(const char *command, const char *type); TSRM_API int pclose(FILE *stream); |