wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Cake-Resque on Windows #101

Closed hgsolenzal closed 7 years ago

hgsolenzal commented 8 years ago

Hello,

I haven't been able to successfully install the plugin on Windows. I'm trying to do so using composer, but (since I'm on Windows) I'm getting the requires ext-pcntl error coming from the php-resque requirements. Is there a known workaround to solve this problem? Some solution that doesn't require the pcntl extension?

Thanks!

wa0x6e commented 8 years ago

Hi,

AFAIK, the extension is not available on windows, at least with php 5, I did not try with php7. There is no workaround, that extension is used to manage process (and thus workers).

You can try your luck with a virtual machine or docker