Skip to content

Tags: sang-asia/php-debugbar

Tags

v1.17.3-p2

Toggle v1.17.3-p2's commit message
Update custom CSS

v1.17.3-sa

Toggle v1.17.3-sa's commit message
Remove old version in composer.json

v1.17.3-p1

Toggle v1.17.3-p1's commit message
Remove old version in composer.json

v1.17.3

Toggle v1.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add #[ReturnTypeWillChange] attribute to suppress deprecation warning… (

php-debugbar#481)

* Add #[ReturnTypeWillChange] attribute to suppress deprecation warnings and fatal error

Error occurs on php 7.4 >=

* Same in other 4 methods #[\ReturnTypeWillChange]

Add #[\ReturnTypeWillChange] in other 4 methods to avoid E_DEPRECATED or E_FATAL (php 7.4 >=)

v1.17.2

Toggle v1.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update run-tests.yml (php-debugbar#487)

v1.17.1

Toggle v1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check log messages before interpolate (php-debugbar#477)

v1.17.0

Toggle v1.17.0's commit message

Verified

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

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]>