summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-06-16 23:57:25 +0000
committerArd Biesheuvel <abies@php.net>2004-06-16 23:57:25 +0000
commit5232a5afea51e0cf996c67f6359ac3f810d4a7df (patch)
treedf101b82806cb54a39ca819832016b42c5e98b5d /ext/standard/proc_open.c
parent6527a454c67c259c0f21b82cc43f5fa8d957ce2a (diff)
downloadphp-git-5232a5afea51e0cf996c67f6359ac3f810d4a7df.tar.gz
64-bit bugsquash party
Diffstat (limited to 'ext/standard/proc_open.c')
-rw-r--r--ext/standard/proc_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/proc_open.c b/ext/standard/proc_open.c
index 2041d3481f..8b036faea4 100644
--- a/ext/standard/proc_open.c
+++ b/ext/standard/proc_open.c
@@ -459,7 +459,7 @@ struct php_proc_open_descriptor_item {
PHP_FUNCTION(proc_open)
{
char *command, *cwd=NULL;
- long command_len, cwd_len;
+ int command_len, cwd_len;
zval *descriptorspec;
zval *pipes;
zval *environment = NULL;