PHP Dotenv v5.2.0 Release Notes
Release Date: 2020-09-14 // over 4 years ago-
We announce the immediate availability V5.2.0.
🆕 New Features
- Support boolean values in
$_ENV
and$_SERVER
(#457)
- Support boolean values in
Previous changes from v5.1.0
-
We announce the immediate availability V5.1.0.
🆕 New Features
- ➕ Added
Dotenv::createArrayBacked()
andDotenv::parse()
(ad9eb3f)
- ➕ Added