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