]> granicus.if.org Git - php/commitdiff
Oops, this is not needed though.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 12 Jul 2003 06:54:03 +0000 (06:54 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 12 Jul 2003 06:54:03 +0000 (06:54 +0000)
ext/standard/proc_open.c

index ce290865984306585554b25aeea51f9044a0db92..2e419ba051c401ff6f81b1af43b589aa326a5d77 100644 (file)
@@ -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