Closed (fixed)
Project:
Flysystem Drupal Cache
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
21 Sep 2022 at 14:46 UTC
Updated:
11 Oct 2023 at 09:34 UTC
Jump to comment: Most recent
Sometimes the $metadata['timestamp'] could be a float (microtime(true) / $_REQUEST['REQUEST_TIME_FLOAT']) and the current implicit conversion for gmdate() causes issues in PHP8.1+. This small patch makes this conversion explicit.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_flysystem_cache_explicit_int_cast.patch | 1.05 KB | gekkie |
Comments
Comment #3
steven buteneers commented