PHP 5.5.0 Zend OPcache

#1
Since APC is incompatible with PHP 5.5.0, I resorted to the now built-in Zend OPcache extension. But unfortunately, it doesn't work with LSAPI. phpinfo says "Opcode Caching is only supported in Apache, ISAPI, FPM and FastCGI SAPIs"

Do you have any plans on implementing Opcache into the SAPI?

Thank you!
 
Top