mac m1 php,【php】Macbook m1 Big Sur 安装php7.1 mondodb 折腾记

首先,我参考How to Install PHP 7.0 / 7.1 using HomeBrew on Mac Big Sur用exolnet/homebrew-deprecated 这个源安装失败了

/bin/sh ./config.sub -apple-darwin20.2.0 failed

多方查找如果,最后使用shivammathur/php安装成功了

安装php7.1

$brew tap shivammathur/php

$brew search php

==> Formulae

brew-php-switcher ✔ [email protected] phpmd shivammathur/php/php shivammathur/php/[email protected]

php [email protected] phpmyadmin shivammathur/php/[email protected] shivammathur/php/[email protected]

php-code-sniffer [email protected] ✔ phpstan shivammathur/php/[email protected] shivammathur/php/[email protected] ✔

php-cs-fixer phplint phpunit shivammathur/php/[email protected] shivammathur/php/[email protected]

==> Casks

eclipse-php netbeans-php phpstorm

$brew install [email protected]

切换版本

安装brew-php-swither切换工具

$brew install brew-php-switcher

==> Downloading https://github.com/philcook/brew-php-switcher/archive/v2.2.tar.g

==> Downloading from https://codeload.github.com/philcook/brew-php-switcher/tar.

#=#=-# #

==> Installing brew-php-switcher

🍺 /usr/local/Cellar/brew-php-switcher/2.2: 6 files, 11.0KB, built in 4 seconds

$brew install [email protected]

brew切换php版本

$brew-php-switcher 7.1

Switching to [email protected]

Switching your shell

Unlinking /opt/homebrew/Cellar/[email protected]/7.1.33... 0 symlinks removed

Unlinking /opt/homebrew/Cellar/[email protected]/7.4.14_1... 25 symlinks removed

Linking /opt/homebrew/Cellar/[email protected]/7.1.33... 25 symlinks created

If you need to have this software first in your PATH instead consider running:

echo 'export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> ~/.zshrc

echo 'export PATH="/opt/homebrew/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc

You will need sudo power from now on

Switching your apache conf

Restarting apache

All done!

环境变量

$echo 'export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> ~/.zshrc

$echo 'export PATH="/opt/homebrew/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc

$source .zshrc

$php -v

PHP 7.1.33 (cli) (built: Dec 25 2020 07:27:59) ( NTS )

Copyright (c) 1997-2018 The PHP Group

Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies

with Zend OPcache v7.1.33, Copyright (c) 1999-2018, by Zend Technologies

安装mongodb扩展

$sudo pecl install mongodb

………………

Build process completed successfully

Installing '/opt/homebrew/Cellar/[email protected]/7.1.33/pecl/20160303/mongodb.so'

install ok: channel://pecl.php.net/mongodb-1.9.0

Extension mongodb enabled in php.ini

$php -i | grep mongo

mongodb

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值