Published
2006-12-29 01:07
I just checked in a few changes that allows a CiviCRM install to use a memcached server if available. We use the php memcached integration to make this possible.
To use this feature you'll need to do the following
- Compile php with the --enable-memcache flag
- Download and install memcached. Get the memcached daemon running on localhost and the default port (11211)
- Define the CIVICRM_USE_MEMCACHE constant in your civicrm.settings.php file
Filed under