summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.h
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-07-20 11:48:04 +0000
committerGwynne Raskind <gwynne@php.net>2009-07-20 11:48:04 +0000
commit38325785224220c56036f6e1e597ddcd38810696 (patch)
tree7ff78d8e2bbd39c961ef92f85619faf7624ba8e0 /ext/standard/proc_open.h
parentc0aab038ba5a2685ba7ba9ae1c0813bd0ea79655 (diff)
downloadphp-git-38325785224220c56036f6e1e597ddcd38810696.tar.gz
revert Nuno's commit of my patch
Diffstat (limited to 'ext/standard/proc_open.h')
-rw-r--r--ext/standard/proc_open.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/proc_open.h b/ext/standard/proc_open.h
index f0297acc7e..e534727261 100644
--- a/ext/standard/proc_open.h
+++ b/ext/standard/proc_open.h
@@ -48,8 +48,5 @@ struct php_process_handle {
char *command;
int is_persistent;
php_process_env_t env;
-#if !defined(PHP_WIN32) && !defined(NETWARE)
- char **argv;
-#endif
};