All Notable changes to Env
will be documented in this file
- Single quote variables in single quotes will be treated as strings
- Must pass
file_get_contents()
or content string toparser
not afile
- Keys must not start with a number
- Make
#
in unquoted into string if no space, e.g.value#notacomment
- File logic (Env.php)
- Support for parameter expansions: default value and assign default value
- Support for php
5.3
andhhvm
- Updated README
- Test cases
- Updated README
- Fixed composer.json
- Bump to version 1
- Refactored
- General refactoring and clean up for 0.2.0
- Initial Release