We use PHP 7.4 and recently our build went from APCu version 5.1.21
to 5.1.22
, with changelog noted here
We noticed that the internal timestamps for the cache object have changed from a prior UNIX Timestamp value to some sort of low-value integer (e.g. 5347 or 75632) - which of course isn't a valid UNIX TS and formats to Epoch time. Which makes our APCu 'info' page tool look broken.
Is this a side effect of the changelog item - Use monotonic clock for TTL
?
So, nothing to worry about other than we can't translate to a useable date/time string?