Hi. I want to put memcache on Apache. I downloaded the file from http://pecl.php.net/package/memcache and found the information that
"Like many other PHP DLL extensions, the installation consists in simply copying the DLL file with the PECL extension into the folder with the extension_dir extension and then loading it into php.ini. For example, add the following line to your php.ini: extension = php_extname .dll
After everything is done, restart the web server. "
In the downloaded file there are no such extensions. What should all files be shoved into a folder?