-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package could't install, missing package ext-pcntl-0.0.0.0 #340
Comments
It's a hard requirement - without pcntl, forking doesn't work, and essentially the entire project stops working properly. Please install pcntl and try again. |
We have pcntl installed and working - it is just composer that does not understand that. I created a pull request #341 for this issue - newie to github, sorry. |
In that case, ensure the extension is actually enabled for the CLI SAPI, because Composer can't detect something that isn't loaded. This is a local configuration issue, not a repo issue. |
We also have six developers on Windows machines, running Resque locally, because we have operations requiring Resque. PHP on windows is not default compiled with pcntl, but that is no problem on local developer computers. My only hope is that you can move it from requirements to suggestions and write something about it, like I did in #341. But if it is not possible, then I will create a fork. |
Hi,
May you please remove that requirement over to suggestions? The package won't install on our linux servers.
The text was updated successfully, but these errors were encountered: