diff options
Diffstat (limited to 'ext/standard/proc_open.h')
-rw-r--r-- | ext/standard/proc_open.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/proc_open.h b/ext/standard/proc_open.h index e534727261..f0297acc7e 100644 --- a/ext/standard/proc_open.h +++ b/ext/standard/proc_open.h @@ -48,5 +48,8 @@ struct php_process_handle { char *command; int is_persistent; php_process_env_t env; +#if !defined(PHP_WIN32) && !defined(NETWARE) + char **argv; +#endif }; |