Install phpredis in Linux

Source: Internet
Author: User
: This article describes how to install phpredis in Linux. For more information about PHP tutorials, see. Phpredis is a redis extension of php. php code can operate redis databases only when phpredis is installed. The following describes how to install phpredis.

1. download phpredis and download it directly from the official git to the local directory (~ /Soft /)

Git clone https://github.com/jiangtong1125/phpredis.git (you can package and download it without Installing git)

2. go to the phpredis directory.

Cd ~ /Soft/phpredis/

3. run phpize,/usr/local/php/bin/phpize. (if multiple php versions exist locally, use the correct version)

4. Compile./configure -- with-php-c/local/php/bin/php-config

5. after compilation is completed, run make & make install to install the agent. the installation result is as follows:

6. go to the Red Line Icon directory and copy the redis. so file under the Directory to the php extension directory.

How to view the php extension directory? Execute phpinfo, extension_dir is,

Copy to this directory.

7. add extension = redis. so to php. ini.

8. restart apache and check phpinfo again.

Well done, have fun !!!!

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

The above describes how to install phpredis in Linux, including some content. if you are interested in the PHP Tutorial.

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.