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 by APCu.
Version | Release | Download |
3.1.13 | 2012-09-03 | APC-3.1.13.tgz |
3.1.12 | 2012-08-16 | APC-3.1.12.tgz |
3.1.11 | 2012-07-19 | APC-3.1.11.tgz |
3.1.10 | 2012-04-11 | APC-3.1.10.tgz |
3.1.9 | 2011-05-14 | APC-3.1.9.tgz |
Version | Message |
3.1.13 | - fix num. segfaults by revert rev. 326820 and issue reported in bug #69972 |
3.1.12 |
- Fixed bug (apc_bin_dump doesn't swizzle bucket arKey in HashTable) (Laruence) - Fixed bug #62825 (php carshed OR return PHP Fatal error when used apc_bin_dump after apc_store) (Laruence) - Fixed bug due to Conditional "jump or move depends on uninitialised value(s)" in apc_op_ZEND_INCLUDE_OR_EVAL and apc_bin_dump (Laruence) - Fixed bug #62802 (Crash when use apc_bin_dump/load) (Laruence) - Fixed bug #62757 (php-fpm carshed when used apc_bin_dumpfile with apc.serializer) (Laruence) - Fixed bug #62765 (apc_bin_dumpfile report Fatal error when there is "goto" in function) (Laruence) - Fixed bug #61133 (segfault in tests/apc_bin_002.phpt) (Laruence) - Fixed handling of userspace stream wrappers simulating file inclusion/requiring (Anatoliy, Rasmus) - Fixed bug #62699 trait aliases and precedences handling (Anatoliy) - Added cli built-in server tests (Anatoliy) - Fixed filter regex freeing on request shutdown (Anatoliy) - Fixed interned strings storage freeing on module shutdown (Anatoily) - Fixed bug #61742 preload_path does not work due to incorrect string length (Anatoliy) - Fixed several memory leaks it APCIterator (Anatoliy) - Fixed potential overflows in bin dumps (Anatoliy) |
3.1.11 |
- In cli mode with stat=0 and canonicalize=1 make sure cwd is searched - Fixed bug #62302 apc.include_once_override=1 made everything crash - Fixed bug #59829 APC should not try to canonicalize file URLs - Fixed bug #62398 stat=0 replaces an include/require filename with empty string - Fixed bug #61799 Typo in 'SEARCH' regex of apc.php - Fixed bugs #61824,61912,61956,62190,62230 ext/DOM memory corruption (cschneid) |
3.1.10 |
- 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 |
3.1.9 | - Fix regression introduced in 3.1.8 (#22687) |