Install and extend phpreids in PHP on mac

Source: Internet
Author: User
Mac PHP installation extension phpreids I. mac built-in php installation phpredis
$ Brew install php56-redis #56 for php 5.6.10
II. install phpredis in the mamp on mac
  1. Enter/Applications/MAMP/bin/php/php5.6.10/Download phpredisHttps://github.com/phpredis/phpredis
  2. Go to the phpredis folder

    $ Cd phpredis $ sudo phpize $ sudo. /configure -- with-php-config =/Applications/MAMP/bin/php/php5.6.10/bin/php-config # configure phpredis $ sudo make # compile make $ sudo cp-p modules /redis. so/Applications/MAMP/bin/php/php5.6.10/lib/php/extensions/no-debug-non-zts-20131226 # to compile the completed module, copy to the PHP extension in MAMP $ sudo vi/Applications/MAMP/bin/php/php5.6.10/conf/php. ini $ extension = redis. so # modify php. the ini file is being added to redis. so extension
  3. Finally, restart MAMP.

. Jpg

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.