Skip to content
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

Request for better documentation for PHP version + Opcache version matrix #214

Open
davidfavor opened this issue Jun 25, 2015 · 2 comments

Comments

@davidfavor
Copy link

It appears PHP-5.6 only supports Zend OPcache v7.0.4-dev + attempting to build 7.0.5 produces the dreaded #include "TSRM/tsrm_virtual_cwd.h" fail not found build break.

Be great if changelog specifically stated which PHP version + Opcache version were a match.

Currently, there's no indication of which PHP version 7.0.5 works with like PHP-5.6.latest or PHP-5.7 or what.

Very confusing.

@dstogov
Copy link
Contributor

dstogov commented Jun 25, 2015

PHP-5.6 and above have bounded ext/opcache.
This github repo is for older PHP versions only.

On Thu, Jun 25, 2015 at 4:24 PM, David Favor [email protected]
wrote:

It appears PHP-5.6 only supports Zend OPcache v7.0.4-dev + attempting to
build 7.0.5 produces the dreaded #include "TSRM/tsrm_virtual_cwd.h" fail
not found build break.

Be great if changelog specifically stated which PHP version + Opcache
version were a match.

Currently, there's no indication of which PHP version 7.0.5 works with
like PHP-5.6.latest or PHP-5.7 or what.

Very confusing.


Reply to this email directly or view it on GitHub
#214.

@rlerdorf
Copy link
Contributor

What Dmitry meant there, was that PHP 5.6 and higher have Opcache bundled. This standalone Github repo is only for backward compatibility with older versions of PHP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants