Skip to content

Better Memcached handling. +Improvements

Compare
Choose a tag to compare
@ragnarkurmwunder ragnarkurmwunder released this 27 Jun 13:59
· 3 commits to master since this release
2dae56b
  • Produce 'warning' instead of 'error' if Memcached fails. Reason: Drupal still keeps going, although slower.
  • Add Drupal logging if available. Reason: Not all systems use syslog() or error_log().
  • Capture output during the checks execution phase and display it. Reason: Sometimes if anything produces unexpected output that spoils response headers. So need to handle them differently.

Credits go to @hkirsman for the improvements of this release!