WAMP Environment installation Memcached specific operation

Source: Internet
Author: User
1, download Memcache installation package, to select the installation package of the win environment

2, put the decompression after the D-disk (take d:/memcached as an example)

3, click start = "Run =" input cmd into the DOS interface.

4. Enter d: command to enter D, enter the CD memcached command to enter the Memcached folder


5. Enter memcache.exe–d install command, enter memcache.exe–d start memcached process. Stop command memcached.exe-d stop, uninstall command memcached.exe-d unistall

6. Go to Task Manager to view the process, if the installation succeeds:

7. Download the php_memcache.dll extension file and put it in the Bin\php\php5.5.12\ext directory under the Wamp installation directory

8, open php.ini, add extension=php_memcache.dll, note that there is no semicolon, save after restarting the service

9, in the local new project memcached, add index.php execution file, enter the code as follows:

 
  Connect ("127.0.0.1", 11211);    Assignment    $memcache->add (' name ', ' Feige ', false, $);    Gets the value    $val = $memcache->get (' name ');    Echo $val;? >
Success is output Feige

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The above describes the WAMP environment installation memcached specific operations, including the aspects of the content, I hope that the PHP tutorial interested in a friend helpful.

  • 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.