Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/shellbox/src/Command/WindowsWrapper.php
Ðазад
<?php namespace Shellbox\Command; class WindowsWrapper extends Wrapper { /** * Windows should be the outermost wrapper because of its special quoting */ public const PRIORITY = 80; public function wrap( Command $command ) { // Windows Shell bypassed, but command run is "cmd.exe /C "{$cmd}" // This solves some shell parsing issues, see T207248. // This should be unnecessary in PHP 8.0+. $command->unsafeCommand( 'cmd /s /c "' . $command->getCommandString() . '"' ); $command->procOpenOptions( [ 'bypass_shell' => true ] ); } public function getPriority() { return self::PRIORITY; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка