diff options
Diffstat (limited to 'ext/standard/proc_open.c')
-rw-r--r-- | ext/standard/proc_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index 6f2516bca6..30e0e7c138 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -878,7 +878,7 @@ PHP_FUNCTION(proc_open) if (pipes != NULL) { zval_dtor(pipes); - } + } array_init(pipes); |