Skip to content

Commit 7f74336

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Add missing Albanian translations for Security and Validator components suppress proc_open errors [DependencyInjection] Fix `XmlFileLoader` not respecting when env for services
2 parents 97987da + ea89256 commit 7f74336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private static function readFromProcess(string|array $command): ?string
217217

218218
$cp = \function_exists('sapi_windows_cp_set') ? sapi_windows_cp_get() : 0;
219219

220-
if (!$process = proc_open($command, $descriptorspec, $pipes, null, null, ['suppress_errors' => true])) {
220+
if (!$process = @proc_open($command, $descriptorspec, $pipes, null, null, ['suppress_errors' => true])) {
221221
return null;
222222
}
223223

0 commit comments

Comments
 (0)