Skip to content

Tags: samnela/phpbench

Tags

1.0.0-alpha7

Toggle 1.0.0-alpha7's commit message
Updated CHANGLOG

1.0.0-alpha6

Toggle 1.0.0-alpha6's commit message
Updated CHANGELOG

1.0.0-alpha5

Toggle 1.0.0-alpha5's commit message
CS fix

1.0.0-alpha4

Toggle 1.0.0-alpha4's commit message
Bumped changelog

1.0.0-alpha3

Toggle 1.0.0-alpha3's commit message
Updated changelog

1.0.0-alpha2

Toggle 1.0.0-alpha2's commit message
Add alpha 2 note

1.0.0-alpha1

Toggle 1.0.0-alpha1's commit message
Update box

0.17.1

Toggle 0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for Symfony Console 5.1 (phpbench#639)

* Fix command return values

Ensure that int is returned by all commands

* Updates PHPStan (allow SF 5.1 dep)

* CS fixes

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix phpunit deprecations (phpbench#619)

* Removed expect exception message annotations

* Migrate expectedException annotations

* Fix deprecated PHPUnit methods

* Enable fail on warnings in phpunit

* CS fixes

* Open file for read/write (fix issue with PHP 7.4)

We echo the written output to STDOUT - but previously we
did not open it for reading, whereas in PHP < 7.4 it didn't
seem to matter ...

* Do not allow failures with 7.4

* Handle edge case where min is 0 (avoid div by zero)

0.16.10

Toggle 0.16.10's commit message
Updated CHANGELOG