diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-07-12 06:54:03 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-07-12 06:54:03 +0000 |
| commit | 77ae01ac72ddca17c48b6020662d2f77fd2cc479 (patch) | |
| tree | a9daf54370de85510437c0c23501fad8ff3d6194 | |
| parent | cd52986a5c292f737e0309c77edff6d112dc3270 (diff) | |
| download | php-git-77ae01ac72ddca17c48b6020662d2f77fd2cc479.tar.gz | |
Oops, this is not needed though.
| -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 |
