PHP 5.3.5 installation of memcache notes summary

  • 2020-03-31 21:38:04
  • OfStack

Installing the PHP extension: the memcache step under Windows

1. Download the PHP extension DLL: (link: http://downloads.php.net/pierre/)

If the above directory does not conform to your compiled version of PHP DLL go to Google, there will be a lot of oh!

Here is the version I installed (because my PHP is compiled with vc6) :

< img Alt = "" border = 0 the align = left SRC =" http://files.jb51.net/upload/201104/20110412221534963.PNG "width = 299 height = > 26  

2. Place the downloaded.dll under the PHP extension directory, usually in the ext folder in the PHP directory.

3. Modify the apache directory bin folder in php.ini, add extension=php_memcache.dll.


Related articles: