From a25dbce8bfded8bd43c46b8e10d9a74c102bafa6 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sat, 5 Nov 2022 12:00:40 -0400 Subject: [PATCH] Add release notes and test file to package.xml Note that the bug fixed in #459 could cause crashes in PHP 8.2+ with `apc.serializer=default` (not the default) if the memory of the array being serialized wasn't readable. --- package.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.xml b/package.xml index 8f2398d2..2788db90 100644 --- a/package.xml +++ b/package.xml @@ -40,6 +40,10 @@ PHP License - Revert use of monotonic clock for TTL (#451) +- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`. +- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`. +- Speed up serializing arrays with `apc.serializer=default`. +- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+. @@ -74,6 +78,7 @@ +