diff options
Diffstat (limited to 'ext/standard/proc_open.h')
| -rw-r--r-- | ext/standard/proc_open.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/proc_open.h b/ext/standard/proc_open.h index 6708fded59..8545f201f2 100644 --- a/ext/standard/proc_open.h +++ b/ext/standard/proc_open.h @@ -44,7 +44,7 @@ struct php_process_handle { HANDLE childHandle; #endif int npipes; - long pipes[PHP_PROC_OPEN_MAX_DESCRIPTORS]; + zend_resource *pipes[PHP_PROC_OPEN_MAX_DESCRIPTORS]; char *command; int is_persistent; php_process_env_t env; |
