-
Notifications
You must be signed in to change notification settings - Fork 142
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
Failed to compile on PHP 5.6 #218
Comments
php 5.6 and above uses bundled ext/opcache. On Sat, Sep 12, 2015 at 11:15 PM, Roland Haeder [email protected]
|
I have this exact issue trying to install zendopcache in PHP 7.3.11 via pecl on my GridServer instance of my MediaTemple server. The Gridserver doesn't include a pre-compiled version of opcache. |
You need to build it from the PHP 7.3.11 tarball then. Grab https://www.php.net/distributions/php-7.3.11.tar.gz
That will give you |
I have the following version on my server:
I was able to build it for 5.4 but with 5.6 it fails to build:
The text was updated successfully, but these errors were encountered: