php / pecl-networking-gearman

PHP wrapper to libgearman
https://pecl.php.net/package/gearman
Other
33 stars 25 forks source link

Bump version #1

Closed Trainmaster closed 3 years ago

1ma commented 4 years ago

Sorry to ask here, but the issue tab is disabled for this repo and this is tangentially related: could we make the 2.x releases available in PECL? https://pecl.php.net/package/gearman

SteffenAnders commented 3 years ago

What is the status here?

In order to run GearmanClient under PHP 7.4 I have to check out the master branch and build the PHP extension from it.

Is it at least possible to create a GIT tag for version 2.0.7? A PECL release would be even better. :)

SteffenAnders commented 3 years ago

ping @jedi-pl @wcgallego

wcgallego commented 3 years ago

hi @SteffenAnders, appreciate the ping and wanting to move here. I'm unfortunately no longer maintaining this and haven't since it was moved to this new repo. It may be in search of a proper maintainer for long term caretaking

jedi-pl commented 3 years ago

@SteffenAnders I am not the maintainer either :) However you can look here. It's my private temporary solution for this problem: https://github.com/jedi-pl/pecl-networking-gearman/releases/tag/2.0.7

andypost commented 3 years ago

Btw in a light of PHP 8 - any idea how much work it needs to port to?

SteffenAnders commented 3 years ago

@jedi-pl thanks mate, that was also my plan (in the worst case) :P

@rlerdorf @keyurdg @xalopp @muzki what about the other "active" contributors, is anyone able to make an official 2.0.7 release based on current master (including the PHP 7.4 bugfix)?

rlerdorf commented 3 years ago

There will be a 2.1.0 release shortly. I cleaned up a bunch of stuff and added PHP 8.0 support.

oleg-st commented 3 years ago

2.1.0 has been released I think we can close this PR