This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
DotEnv Parser
Backwards compatibility
Api of the DotEnv parser has not changes, but the namespace is changed from Dusan\PhpMvc\DotEnv to Dusan\DotEnv, and in next release will be changed to BrosSquad\DotEnv
Bugfixes
- Parsing the empty values is now correct
- Handling white space correctly
- Correctly handling single line values (space issues)
Features
- Added better error handling
- Added better error messages (now includes line and column in the file where error has occurred)
- Removed unnecessary checks