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

zf-content-negotiation 1.3.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 21 Nov 16:24
· 40 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #100 fixes an issue introduced in 1.3.2 whereby the RequestFactory was updated to no longer depend on zend-console. Unfortunately, many testing strategies relied on zend-console's ability to override the SAPI detection in order to test HTTP request lifecycles. This release now does detection for the presence of the zend-console library, and, if present, uses that for determining whether or not the request is console-based.