APCu Backwards Compatibility Module
This module provides a backwards APC compatible API using APCu.
License: PHP License
Version | Release | Download |
1.0.5 | 2019-02-20 | apcu_bc-1.0.5.tgz |
1.0.4 | 2018-02-16 | apcu_bc-1.0.4.tgz |
1.0.3 | 2016-02-11 | apcu_bc-1.0.3.tgz |
1.0.2 | 2016-01-29 | apcu_bc-1.0.2.tgz |
1.0.1 | 2016-01-06 | apcu_bc-1.0.1.tgz |
Version | Message |
1.0.5 |
- fix skipif.inc path in test suite - remove APCU version from phpinfo - remove Build date from phpinfo |
1.0.4 | - promote as stable (no change) |
1.0.3 |
- fix gh#14: apc_inc segfaults if APCu is disabled - fix Windows build |
1.0.2 | - restore apc behavior, apc_inc / apc_dec fail when key doesnt exists |
1.0.1 |
- fix gh#10 - apc_clear_cache: parameter is optional - apc_cache_info: both parameters are optional - add dep on APCu extension |