brianlmoon / net_gearman

A PHP interface for Gearman
84 stars 46 forks source link

Could you please confirm this work with php7? #45

Closed stccorp closed 3 years ago

stccorp commented 5 years ago

Could you please confirm this work with php7?

Any particular 7 version?

Thank you

brianlmoon commented 5 years ago

Yes, I use it daily with PHP 7.1.

j03k64 commented 3 years ago

I can confirm it works on PHP 7.2, PHP 7.3 and PHP 7.4 for millions of jobs/day. I need to actually open a pull requests for PHP 8.0 fixes for it though.

brianlmoon commented 3 years ago

We use it daily with PHP 7.3 and 7.4.

brianlmoon commented 3 years ago

@j03k64

I can confirm it works on PHP 7.2, PHP 7.3 and PHP 7.4 for millions of jobs/day. I need to actually open a pull requests for PHP 8.0 fixes for it though.

I would love that. I have just started building PHP 8 docker containers and have not tried running Gearman workers with it yet.