Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-config 3.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Feb 14:34
· 113 commits to master since this release

Added

  • #37 adds a new method, enableKeyProcessing(), and constructor argument, $enableKeyProcessing = false, to each of the Token and Constant processors. These allow enabling processing of tokens and/or constants encountered in configuration key values.
  • #37 adds the ability for the Constant processor to process class constants, including the ::class pseudo-constant.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.