Skip to content

Tags: erickcomp/php-debugbar

Tags

v1.16.5

Toggle v1.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.0: TraceablePDO adding query arguments (php-debugbar#460)

* php 8 fix

* Update TraceablePDO.php

v1.16.4

Toggle v1.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.16.3

Toggle v1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add return value to measure() function. (php-debugbar#443)

Change-Id: I0e0277a019545bae6b4a9854b915a83bcea6757a

Co-authored-by: vdauchy <[email protected]>

v1.16.2

Toggle v1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip decimals if < 100ms

v1.16.1

Toggle v1.16.1's commit message
Symfony 5 support added (php-debugbar#431)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .travis.yml

1.15.1

Toggle 1.15.1's commit message
Fetch support (php-debugbar#422)

v1.15.1

Toggle v1.15.1's commit message
Fetch support (php-debugbar#422)

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update JavascriptRenderer.php

v1.14.1

Toggle v1.14.1's commit message
RedisStorage performance fix (php-debugbar#357)

Patch increases possible number of records stored and loaded from Redis DB by separating metadata and collector's data and storing them in different hashes.