-
Notifications
You must be signed in to change notification settings - Fork 723
How to get APCu on PHP 7? #5956
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
Comments
https://travis-ci.org/nazar-pc/CleverStyle-CMS/jobs/125948629#L294 http://php.net/manual/en/apcu.installation.php says APCu does not work with PHP 7. Use apc.so instead. Which should be available. |
|
Something is referring to a nonexistent header. See the line on the log I indicated above. |
Sorry for confusion... |
Here is sample build: https://travis-ci.org/nazar-pc/CleverStyle-CMS/builds/125947543
Config:
APCu in PHP 5.6 works fine, in PHP 7 doesn't.
But if I add:
Immediately I'm getting errors: https://travis-ci.org/nazar-pc/CleverStyle-CMS/jobs/125948629
There definitely is something wrong with PHP 7 setup, can't have APCu there, even though manual insertion
extension = apcu.so
worked in past.The text was updated successfully, but these errors were encountered: