Browse Source

fix unix build....

PEAR_1_4DEV
Wez Furlong 23 years ago
parent
commit
c29b17b81e
  1. 2
      ext/standard/proc_open.c

2
ext/standard/proc_open.c

@ -467,11 +467,11 @@ PHP_FUNCTION(proc_open)
SECURITY_ATTRIBUTES security;
char *command_with_cmd;
UINT old_error_mode;
int suppress_errors = 0;
#endif
php_process_id_t child;
struct php_process_handle *proc;
int is_persistent = 0; /* TODO: ensure that persistent procs will work */
int suppress_errors = 0;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "saz|s!a!a!", &command,
&command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment,

Loading…
Cancel
Save