This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-config 3.1.0
·
113 commits
to master
since this release
Added
- #37 adds a new method,
enableKeyProcessing(), and constructor argument,$enableKeyProcessing = false, to each of theTokenandConstantprocessors. These allow enabling processing of tokens and/or constants encountered in configuration key values. - #37 adds the ability for the
Constantprocessor to process class constants, including the::classpseudo-constant.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.