zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

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

Open davidfavor opened 9 years ago

davidfavor commented 9 years ago

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 commented 9 years ago

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 notifications@github.com 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 https://github.com/zendtech/ZendOptimizerPlus/issues/214.

rlerdorf commented 9 years ago

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.