php / pecl-networking-gearman

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

PHP 8.2 support #20

Closed Visualq closed 1 year ago

Visualq commented 1 year ago

In a few days PHP 8.2 will be released, is it possible to get the extension to support PHP 8.2?

oleg-st commented 1 year ago

I think the extension is compatible with PHP 8.2 according to this: https://github.com/remicollet/remirepo/issues/206

Visualq commented 1 year ago

It does indeed. I got the message that the extension was not able to build on anything less than PHP 8.1.99. But this is no longer the case.

ryandesign commented 1 year ago

The latest released version of pecl-networking-gearman, 2.1.0, is not compatible with php 8.1 or later as described in #16. A new stable version should be released.

esabol commented 1 year ago

Ping @rlerdorf . Could you release a new version for PHP 8.2 please?