You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: