I've memcached installed and running. And it works when accessed from the command line:
$ php -i | grep memcache memcache memcache support => enabled memcache.allow_failover => 1 => 1 memcache.chunk_size => 8192 => 8192 memcache.default_port => 11211 => 11211 memcache.max_failover_attempts => 20 => 20 Registered save handlers => files user sqlite memcache But fails when accessed over the internet/through apache: * Fatal error*: Class 'memcache' not found in * /home/sali/public_html/tp/test.php* on line *29* What am I doing wrong? -- Suleman Ali www.techbeef.com
