Failure

User tests: Successful: Unsuccessful:

avatar madasha
madasha
12 Jul 2013

These changes modify the session and cache memcache(d) configuration and conf values usage in the following ways:

  1. Separate conf variables introduced for memcache(d) host and port for cache and session, since it is possible to use different memcache servers (one for cache, another for session).
  2. Separate conf variables for memcache and memcached, since if both extensions are present on the current php installation, it is possible to use different conf values (not really a very probable real world scenario, but still possible).
  3. Related with the previous changes, the 'memcache' fieldset has been eliminated (no longer appended to the 'cache' form) and the corresponding memcache(d) fields have been added to the 'session' and 'cache' fieldsets.
  4. Server conf array usage problems fixed in libraries/joomla/session/storage/memcache.php and libraries/joomla/session/storage/memcached.php in order to ensure proper construction of the storage objects and correct usage of the configuration values.
avatar madasha madasha - open - 12 Jul 2013
avatar dkanchev
dkanchev - comment - 12 Jul 2013

Tested and works as expected.

avatar Hackwar
Hackwar - comment - 8 Feb 2014

Somehow #1474 is related to this. Could you close one of these 2?

avatar phproberto phproberto - reference | - 31 May 14
avatar phproberto
phproberto - comment - 31 May 2014

I think we could merge it because it's tested and #1474 is for 2.5 series but now it's not mergeable anymore.

Can you please fix it and then reopen this?

Thanks and sorry for the time waiting

avatar phproberto phproberto - close - 31 May 2014

Add a Comment

Login with GitHub to post a comment