?
avatar dgt41
dgt41
27 Dec 2013

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.

avatar dgt41 dgt41 - open - 27 Dec 2013
avatar zero-24 zero-24 - close - 28 Feb 2014
avatar dgt41
dgt41 - comment - 28 Feb 2014

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."

avatar dgt41 dgt41 - change - 28 Feb 2014
Title
OPCache not yet available in Joomla
OPCache not yet available in Joomla
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-02-28 17:34:31
avatar dgt41 dgt41 - close - 28 Feb 2014
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Removed: ? ?

Add a Comment

Login with GitHub to post a comment