<span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;">I just want to inquire about the memcached for
win32. I download &gt;Memcached for Win32<br>
from <a href="http://jehiah.cz/projects/memcached-win32/" target="_blank">http://jehiah.cz/projects/memcached-win32/</a>
and php_memcached.dll from <a href="http://pecl4win.php.net/list.php" target="_blank">http://pecl4win.php.net/list.php</a><br>
<br>
Now I place php_memcached.dll in my php folder that is in C:\php\extension. And
also enter php_memcached.dll in php.ini.<br>
<br>
One important thing I am using PHP 4.4<br>
<br>
Well I am trying to test this code<br>
<br>
<span style="color: red;">&lt;?php<br>
$memcache = new Memcache;<br>
$memcache-&gt;connect(&#39;localhost&#39;, 11211) or die (&quot;Could not
connect&quot;);<br>
<br>
$version = $memcache-&gt;getVersion();<br>
echo &quot;Server&#39;s version: &quot;.$version.&quot;&lt;br/&gt;\n&quot;;<br>
<br>
$tmp_object = new stdClass;<br>
$tmp_object-&gt;str_attr = &#39;test&#39;;</span> <span style="color: red;"><br>
$tmp_object-&gt;int_attr = 123;<br>
<br>
$memcache-&gt;set(&#39;key&#39;, $tmp_object, false, 10) or die (&quot;Failed to save
data at the server&quot;); <br>
echo &quot;Store data in the cache (data will expire in 10
seconds)&lt;br/&gt;\n&quot;;<br>
<br>
$get_result = $memcache-&gt;get(&#39;key&#39;);<br>
echo &quot;Data from the cache:&lt;br/&gt;\n&quot;;</span> <span style="color: red;"><br>
<br>
var_dump($get_result);<br>
<br>
?&gt;</span><br>
<br>
While run this code in browser system gives me following error<br>
<br>
<b>Fatal error:</b> Cannot instantiate non-existent class: memcache in <b>c:\inetpub\wwwroot\aaa\config.php</b>
on line <b>3</b><br>
<br>
<br>
<br>
I don&#39;t know from where Memcache class exists. I mean where the definition of
this class lies. And how to solve this problem. <br>
<br>
<br>
Please help me in this problem.<br>
<br>
<br>
I am very thankful to you all.<br style="">
<br style="">
</span><br clear="all"><br>-- <br>Junaid Ali<br>IT Executive<br>CyberVision International