On 07/03/2012 08:17 AM, Pierre Joye wrote:
> I for one would like to kill all the legacy features or too specific
> features which are really unusable by any common developers.
> 
> Other developers may disagree but it makes very hard to maintain APC.

There are really just two big features in APC. The opcode caching and
the user-cache that sits on top of the same shared memory segment used
by the opcode cache. Everything else are just little tweaks that amount
to very little code. The biggest cleanup we would get moving it to core
would be the ability to drop all the #ifdef checks for the different
engine versions since we would obviously only need to support the
current one.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to