Skip to content

Releases: Vectorface/gearman

0.3.1

11 Sep 19:47
f7be1e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

11 Sep 17:14
70640fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.4...0.3.0

Fix isConnected(), smarter use of spl_object_id()

18 Oct 17:57
eecaf17
Compare
Choose a tag to compare

What's Changed

  • isConnected() fix, also smarter use of spl_object_id() by @jlcooke in #3

Full Changelog: 0.2.3...0.2.4

Additional PHP 8.0+ compat fixes

24 Mar 15:32
8ddbd0d
Compare
Choose a tag to compare

Additional fixes to resource/Socket handling for PHP 8.0+, thanks to @jlcooke.

See https://php.watch/versions/8.0/sockets-sockets-addressinfo for details.

What's Changed

New Contributors

Full Changelog: 0.2.2...0.2.3

Remove abandoned flag

09 Mar 21:39
9e97301
Compare
Choose a tag to compare
0.2.2

Remove abandoned flag in composer.json

Fix license

09 Mar 21:38
9312d6d
Compare
Choose a tag to compare
0.2.1

Fix license

Initial release for the fork

09 Mar 21:35
db45b59
Compare
Choose a tag to compare
  • Bump minimum PHP version to 7.3
  • Bump dev dependencies
  • Clean up the code according to PHPStorm warnings
  • Clean up code style
  • Fix bug with casting a resource to an int on PHP 8.0 db45b59