5 ms·
I think people are saying APC is dead because another opcode cache was included in PHP 5.5 and APC has not seen a release since 2012. https://en.wikipedia.org/
by pierre_massat 11y ago
I think people are saying APC is dead because another opcode cache was included in PHP 5.5 and APC has not seen a release since 2012.
https://en.wikipedia.org/wiki/List_of_PHP_accelerators#Alternative_PHP_Cache_.28APC.29 https://en.wikipedia.org/wiki/List_of_PHP_accelerators#Alter...
http://pecl.php.net/package/apc http://pecl.php.net/package/apc
- justindocanto 11y agoAh gotcha. The ol' "it's old so it must be dead" way of thinking. That makes sense. Thanks.
- erik_p 11y agoThere is still a need for a ucache (in addition to built in opcode cache)... although a lot of high traffic WP sites are turning to redis over memcache for this.