Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/02/2013, 09:22
AdRii
 
Fecha de Ingreso: agosto-2008
Mensajes: 96
Antigüedad: 15 años, 8 meses
Puntos: 3
Respuesta: Instalar memcache

He buscado mas información y he visto que con el comando php -m se podían ver los módulos que se compilaron junto con php y me devuelve los modulos memcache y memcached entre ellos.
Y también si ejecuto el comando:
Código BASH:
Ver original
  1. root@www:/php -i | grep "memcache"
  2.  
  3. additional .ini files parsed => /etc/php5/cli/conf.d/memcache.ini,
  4. /etc/php5/cli/conf.d/memcached.ini,
  5. memcache
  6. memcache support => enable
  7. memcache.allow_failover => 1 => 1
  8. memcache.chunk_size =>8192 => 8192
  9. memcache.default_port => 11211 => 11211
  10. memcache.hash_function => crc32 => crc32
  11. memcache.hash_category => standard => standard
  12. memcache.max_failover_attempts => 20 => 20
  13. memcached
  14. memcached support => enable
  15. libmemcached version => 0.40
  16. Registered save handlers => files user memcache memcached

Quizas esto pueda aportar algo mas de luz al asunto