yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

fix: set env failed bug. #776

Closed wuchongde closed 3 years ago

wuchongde commented 3 years ago

When getenv() return false, the $value is false

$value = getenv($key) ?? $_ENV[$key] ?? $_SERVER[$key];

XzAeRo commented 3 years ago

Due to changes in the way Dotenv works, this PR didn't work anymore.

Thanks for your help!