Skip to content

Releases: jokkedk/ZFDebug

Zend\Db support

08 Oct 07:53
Compare
Choose a tag to compare

Add support for Zend\Db for those trying to modernise their ZF1 deployments.

The plugin must be added with registerPlugin() and takes two parameters: adapter and backtrace. Adapter is an instance of Zend\Db\Adapter\AdapterInterface and backtrace is a boolean whether to include the call stack to the query.

This release also removes the deprecated Constants plugin (superseded by Variables) and cleans up the code a bit.

Improved timing

21 Mar 10:47
Compare
Choose a tag to compare

Update timing calculations to use more precise $_SERVER['REQUEST_TIME_FLOAT'] available since PHP 5.4

Allow Database plugin to trace queries

08 Sep 10:25
Compare
Choose a tag to compare

Extending Zend_Db_Profiler to generate a backtrace. This makes it easy to see, what method is responsible for each query.

1.6.3: Merge pull request #25 from brownoxford/add-composer-include-path

24 Jan 12:51
Compare
Choose a tag to compare

Add library directory to include path in composer