OLS and Memcached

#1
OK, you can install the memcache PECL from the OLS PHP custom install... now, how about adding the memcached PECL also? On my Debian install (on 1.3.1) memcache is causing all kinds of problems and apparently using the pecl call to install memcached won't work (probably due to not having all the libraries installed) but doing memcache works via the PHP compile. :)
 
Last edited:

lsmichael

Active Member
#2
I asked around: We did look into adding memcached in the past, but had trouble adding it to our PHP compiler. We're definitely up for looking into this again in the future. I'll see that it's put on the to do list, but it may be a little ways down on the list.

Cheers,

Michael
 
Top