We need a new cache handler to support OPcache.
http://www.php.net/manual/en/intro.opcache.php
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.
This extension is bundled with PHP 5.5.0 and later, and is ยป available in PECL for PHP versions 5.2, 5.3 and 5.4.
Title |
|
||||||
Status | New | ⇒ | Closed | ||||
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-02-28 17:34:31 |
Labels |
Added:
?
Removed: ? ? |
That's a false alarm, since OPcache is opcode and the APCu (the direct replacement of APC) is b/c compatible (although I haven't tested).
APCu git: https://github.com/krakjoe/apcu
Mention "The PHP api will retain compatibility with APC, as will common configuration options, providing a drop in replacement."