PHP Dotenv v5.2.0 Release Notes
Release Date: 2020-09-14 // about 3 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