error after install. Zend OPache enable in php.ini
(Describe actual behavior here)
(Describe the steps to reproduce the problem here)
Install
396
The error tells you what is wrong, you have restrict_api enabled in your Zend OPCache configuration. Disable it by setting it to an empty string: http://php.net/manual/en/opcache.configuration.php#ini.opcache.restrict-api
This can disabled in its entirety when b2301a8056dfeb63ee6bccde57a86ed7ac98ad97 is released. Simply set cms.forceBytecodeInvalidation to false.
Available in Build 398+
Closing as it has been over a month since any activity on this occurred.
Most helpful comment
This can disabled in its entirety when b2301a8056dfeb63ee6bccde57a86ed7ac98ad97 is released. Simply set
cms.forceBytecodeInvalidationto false.Available in Build 398+