I am developing a PHP project using Codeigniter.For my project I need to send email in background after user registration for email confirmation. So I decided to use Gearman. I think it is the only way. I do not want to use cron. But my problem is I cannot install Gearman extension using PECL. I tried the following ways. I cannot install it.
Using PECL:
pecl install gearman
I tried on this links as well
http://www.phpvs.net/2010/11/30/installing-gearman-and-gearmand-on-windows-with-cygwin/ (This link keeps redirecting. Cannot open)
So how can I set up Gearman extension for windows? I cannot even find a link for that.