Quick mac switching for multiple php versions under mac

Source: Internet
Author: User

Quick mac switching for multiple php versions under mac

Preface

Php is an open-source language widely accepted to quickly build a web page. Through continuous development, many open-source php systems are available to meet the site requirements of most users. Since the birth of php in early 1995, multiple versions already exist, and each version belongs to a series. Most website Source Code cannot be compatible with each other, so it is very practical to switch the PHP version quickly.

Note: All php versions are required to be installed by brew.

I. Use brew to install php multi-version

# Brew install php56 # brew install php70

Ii. Install the switch Tool

# Brew install php-version # source $ (brew -- prefix php-version)/php-version.sh

3. view all installed versions

# Php-version

4. Switch versions

# Php-version 5.6.5

Summary

The above is all about this article. I hope it will help you learn and work conveniently. If you have any questions, please leave a message. Thank you for your support.

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.