Hi i'm really having a hard time here, I'm trying to install gearman job/task queue. I'm using windows, wappstack to be exact, then followed exactly the instructions here, and so far so good. I think I've installed the gearman server.
But I can't seem to find how to actually install PECL extension for gearman. I mean I can't find any .dlls to add to the PHP ext folder. and the PECL Package here just makes me all the more clueless. I can't invoke Gearman classes, and when I use phpinfo(); , gearman extension is just not present. I'm absolutely clueless on this.
How do I add and properly set up gearman extension to my PHP? Please and Thank you!