ZFDebug icon indicating copy to clipboard operation
ZFDebug copied to clipboard

Debug toolbar for Zend Framework

Results 13 ZFDebug issues
Sort by recently updated
recently updated
newest added

Wanted to hide things from Registry I'm still using an older 1.5 version but thought I'de share here. Also good to not show it if user is not logged in,...

Hello. Is it possible to refactor this line with an `empty` check? There is a warning on > php7.1 for the `count` function. https://github.com/jokkedk/ZFDebug/blob/3aa413cdf428e07d31744181cc97f95750aefb37/library/ZFDebug/Controller/Plugin/Debug/Plugin/Database.php#L51

Hi, In case anyone still uses this plugin, you will find below a fix for this error: > Notice: A non well formed numeric value encountered Basically, the issue is...

Hi, man. The issue I aim to fix is `Warning: count(): Parameter must be an array or an object that implements Countable`. I'm aware this is related only to [PHP...

…in calculations. Now casting the data to int, before using it in calculations. This fixes a problem with PHP7.1

Throw error when disabled a layout.

ZFDebug_Controller_Plugin_Debug_Plugin_Cache uses apc_cache_info() to read informations. This works fine for APC and APCu. But the information keys are different. So uses of Cache generates: Notice: Undefined index: num_entries in vendor/jokkedk/ZFDebug/library/ZFDebug/Controller/Plugin/Debug/Plugin/Cache.php...

it looks like `EXPLAIN connect` doesn't work and `$explain` sometimes comes in as a object

Hi, This is a doctrine2 plugin for doctrine 2.1 and some small fixes in the Database adapter. Regards, Sandy

It is quite a shame to see this repository lacking updates and many forks doing whatever they want to do. I just found useful and merged some other changes into...