-
Notifications
You must be signed in to change notification settings - Fork 723
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
apc.so file not found #5618
Comments
Did this ever work on PHP 7? |
I have never used it before. According to the documentation it should work. It fails in PHP 5.5 and 5.6 as well. |
I'm also having trouble getting apc to work for PHP version 5.5, 5.6 and 5.7 See this build and other builds for this repo. |
I think this is a documentation issue. apc, as I understand it, is an old extension that has not been updated in years. http://php.net/apc |
BanzaiMan
added a commit
to travis-ci/docs-travis-ci-com
that referenced
this issue
Apr 19, 2016
It is not available for PHP 5.5 or 5.6. Fixes travis-ci/travis-ci#5618
8 tasks
cebe
pushed a commit
to yiisoft/yii2
that referenced
this issue
Dec 1, 2016
Trusty does not have APC preinstalled (see travis-ci/travis-ci#5618, travis-ci/travis-ci#6853) so we need to install it manually using PECL. `yes ''` allows to skip prompts and fill it with default values.
cebe
pushed a commit
to yiisoft/yii2
that referenced
this issue
Dec 1, 2016
Trusty does not have APC preinstalled (see travis-ci/travis-ci#5618, travis-ci/travis-ci#6853) so we need to install it manually using PECL. `yes ''` allows to skip prompts and fill it with default values.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Builds failing because apc extension cannot be found. Happens in 5.6 and 7
Build
The text was updated successfully, but these errors were encountered: