Tutorial on Mac OS x installing PHP extensions support

Source: Internet
Author: User
Tags redis install redis

Mac OS X has PHP installed by default, but there are some common PHP extensions in the development system that are not there and need to be installed manually, now record this for enquiries.

Installing the PHP extension requires your Mac system to have the Xcode environment and command-line development tools installed, and if it's not already installed, use the shell installation first

Xcode-select--install

To extend administrative convenience, first install the PECL Extension Manager.

cd/usr/lib/php
sudo php Install-pear-nozlib.phar

Install Redis, Memcache, MONGO and other extensions.

sudo pecl install Redis
sudo pecl install MONGO

To add an extended configuration to the php.ini file:

Extension=mongo.so
Extension=redis.so

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.