i recently installed WINDOWS 7 after a long period of using WINDOWS XP.
All well and good until after i installed WAMP.
These are the steps that i've followed:
Install
WAMPinE:\serverCopied
php_memcache.dllE:\server\bin\php\php5.4.3\ext`Added
extension=php_memcache.dllinphp.iniCopied
memcache.exeinE:\server\Open
Start Menu\Programs\Accessoriesthen right click onCommand Promt- Run as administratorIn CMD:
E:\server\memcached.exe -d installIn CMD:
E:\server\memcached.exe -d start
At this point everything had to be ready in my opinion... I've restarted WAMP several times... It starts OK, it doesn't give me any error.
The problem start when i try to acces the url of my local website.
This is the ERROR:
( ! ) SCREAM: Error suppression ignored for
( ! ) Fatal error: Class 'Memcache' not found in...

At that line i have this code:
$memcache->connect($DB_HOST, 11211) or die ("Could not connect");
Can somebody help me please fixing this error?
phpinfo()to verify that it's loaded. You'll probably need to restart your HTTPD before changes in php.ini take effect as well. – Frank Farmer Aug 14 '12 at 17:27extension=php_memcache.dllin php.ini / i forgot to say that. – m3tsys Aug 14 '12 at 17:29phpinfo(). – Matt Aug 14 '12 at 17:37