- πΊπΈUnited States moshe weitzman Boston, MA
This could be done in hook_requirements()
The PHP Memcached extension 3.2.0 contains an important bug fix that causes float values to be stored as negative values: https://github.com/php-memcached-dev/php-memcached/issues/500
When Drupal runs 'Flush all caches', the Memcache module implements this as a 'last bin deletion time' as a float. As a result, Drupal never flushes memcache when running an outdated version of the PHP Memcached extension.
Document minimum version for PHP Memcached extention: 3.2.0
None.
None.
None.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This could be done in hook_requirements()