Considerations for installing memcache in php5.3.5

Source: Internet
Author: User
You must pay attention to the php compiling version. when downloading memcache, you must use the same compiling version. for example, if php is compiled using vc6, memcache should also be compiled using vc6. Memcache

Install php extension: Steps for memcache in windows

1. Download php extension dll: http://downloads.php.net/pierre/

(If the above directory does not match the dll of your php compilation version, go to google, there will be a lot of it !)

The following is my installed version (because my php is compiled by vc6 ):

2. put the downloaded. dll under the extension directory of php, which is generally in the ext folder of the php directory.

3. modify php. ini in the bin folder under the apache Directory, and add extension = php_memcache.dll.

4. restart the apache server and use phpinfo () to check whether the memcache configuration is correct.

It is worth noting that:

You must pay attention to the php compiling version. when downloading memcache, you must use the same compiling version. for example, if php is compiled using vc6, memcache should also be compiled using vc6.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.