php / pecl-networking-gearman

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

Param to skip exception handling setup in addServer/addServers in GearmanWorker class #8

Closed oleg-st closed 1 year ago

oleg-st commented 3 years ago

Fixes #7

Added to GearmanWorker the same as added to GearmanClient in https://github.com/wcgallego/pecl-gearman/commit/d948be1a937b1ebbfd5ad5ab84214398ec4ad777. $setupExceptionHandler param to addServer/addServers and enableExceptionHandler method.