mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
Add autoconf executor
This commit is contained in:
@@ -118,7 +118,7 @@ class UnixShell
|
||||
return $this;
|
||||
}
|
||||
|
||||
private function getEnvString(): string
|
||||
public function getEnvString(): string
|
||||
{
|
||||
$str = '';
|
||||
foreach ($this->env as $k => $v) {
|
||||
|
||||
Reference in New Issue
Block a user