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

zend-developer-tools 1.1.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 Sep 13:57
· 113 commits to master since this release

Added

  • #217 adds support in the SerializableException for PHP 7 Throwables, including Error types.
  • #220 adds support for displaying matched route parameters other than just the controller and action.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #215 replaces the ZF logo to remove the "2".
  • #218 updates the logic for retrieving a zend-db Adapter to only do so if db configuration also exists; this ensures the toolbar does not cause a fatal error if zend-db is installed but no adapter configured.