From 1f59873dcadcad2ad59781d901f9e7cbc6534294 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 26 Oct 2019 14:57:33 +0200 Subject: [PATCH] Update changelog --- package.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index 0e223edd..688cafdb 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,11 @@ PHP License -- +- 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.