diff options
Diffstat (limited to 'ext/standard/proc_open.c')
| -rw-r--r-- | ext/standard/proc_open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c index ce29086598..2e419ba051 100644 --- a/ext/standard/proc_open.c +++ b/ext/standard/proc_open.c @@ -740,7 +740,6 @@ PHP_FUNCTION(proc_open) if (pipes != NULL) { zval_dtor(pipes); } - MAKE_STD_ZVAL(pipes); array_init(pipes); /* clean up all the child ends and then open streams on the parent |
