Replace system.proc_windows config by PHP_OS test

Bu işleme şunda yer alıyor:
Hypolite Petovan 2018-07-02 07:47:42 -04:00
ebeveyn a380bcd1c1
işleme 89e4629c16
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -878,7 +878,7 @@ class App
return;
}
if (Config::get('system', 'proc_windows')) {
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$resource = proc_open('cmd /c start /b ' . $cmdline, [], $foo, $this->get_basepath());
} else {
$resource = proc_open($cmdline . ' &', [], $foo, $this->get_basepath());