How to install gearman module for Php
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work.
We can use pecl command to install gearman module for Php.
#pecl install gearman
Apache service need to be restarted after installing this module.
#systemctl restart httpd
That's all…