OPcache Instead of APC Now?
[email protected] (Timmy Turner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CA+uKMZCM7N_hzD_2YeLO5Ubp_SVTmdydLEU-GJpAb7MWwPYvgA@mail.gmail.com> |
I was looking through the changelog for PHP 5.5 and noticed the Zend OPcache. Will this be replacing APC? (Is APC still being maintained?) The reason I'm asking is because I use APC's data caching feature heavily, which Zend's OPcache (currently) does not offer. Given that APC's shared memory cache is probably as fast as (non-distributed) caching gets (for PHP anyways), it would be a shame to see it go in the future.