I have installed memcache by following this article:
<a href="http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/" rel="nofollow">http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/</a>
In a nutshell, I add the php_memcache.dll to my php/ext/ directory, IIS picks it up fine, but when i go into the php.ini file and add the line of code:
extension=php_memcache.dll
it doesn't show up in the phpinfo.php file.
Anyone know why,
cheers
<a href="http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/" rel="nofollow">http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/</a>
In a nutshell, I add the php_memcache.dll to my php/ext/ directory, IIS picks it up fine, but when i go into the php.ini file and add the line of code:
extension=php_memcache.dll
it doesn't show up in the phpinfo.php file.
Anyone know why,
cheers