APCu - APC User Cache
APC User Caching
License: PHP License
Version | Release | Download |
5.1.19 | 2020-10-05 | apcu-5.1.19.tgz |
5.1.18 | 2019-10-28 | apcu-5.1.18.tgz |
5.1.17 | 2019-02-08 | apcu-5.1.17.tgz |
5.1.16 | 2018-12-16 | apcu-5.1.16.tgz |
5.1.15 | 2018-12-07 | apcu-5.1.15.tgz |
Version | Message |
5.1.19 |
- Fixed apcu_store() with integer keys (#388). - Made apc.use_request_time=0 the default (#391). - Made apcu compatible with PHP 8.0. |
5.1.18 |
- Implement apcu_inc() and apcu_dec() using atomic operations. This means that these functions no longer have to acquire a write lock. These functions will now wraparound on overflow, instead of saturating to a floating point value. - Make table header in apc.php sticky. - Fix compile warnings related to mktemp() usage. - Fix compatibility with PHP 8.0. - Fix required number of arguments for apcu_store() returned by Reflection. |
5.1.17 | - Fixed compatibility with PHP 7.4 and PHP 8.0. |
5.1.16 | - Fix build on OSX. |
5.1.15 |
- Restore apc.serializer=php as the default, as the "default" serializer still/again has issues. - Fix possible issues in persistence of arrays with the "default" serializer. - Attempt to reduce shared memory fragementation. |