APC 3.1.10

Alternative PHP Cache


APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.

License: PHP License

This package is not maintained anymore and has been superseded.

Changes

- Add PHP 5.4 support (Dmitry, Anatoliy, Pierre)
- Fixed bug #22679: Fix apc_bin_dump for constants. Use IS_CONSTANT_TYPE_MASK to handle all the constants, including the unqalified ones (instead of ~IS_CONSTANT_INDEX check)
- Fixed bug #23822, php crashes on apache restart