From 77ae01ac72ddca17c48b6020662d2f77fd2cc479 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 12 Jul 2003 06:54:03 +0000 Subject: [PATCH] Oops, this is not needed though. --- ext/standard/proc_open.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.1