Merge branch 'MDL-80667' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -1567,7 +1567,7 @@ class manager {
|
||||
2 => ['pipe', 'w'], // STDERR.
|
||||
];
|
||||
flush();
|
||||
$process = proc_open($command, $descriptorspec, $pipes, realpath('./'), []);
|
||||
$process = proc_open($command, $descriptorspec, $pipes, realpath('./'));
|
||||
if (is_resource($process)) {
|
||||
while ($s = fgets($pipes[1])) {
|
||||
mtrace($s, '');
|
||||
|
||||
Reference in New Issue
Block a user