Fix typos
This commit is contained in:
@@ -37,7 +37,7 @@ $descriptorspec = array(
|
||||
);
|
||||
|
||||
$cwd = '/tmp';
|
||||
$env = array('debug' => 'false');
|
||||
$env = array('debug' => 'false', 'threads' => 100);
|
||||
|
||||
$process = proc_open($rs_path . '/bin/check_status', $descriptorspec, $pipes, $cwd, $env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user