Search"/>
我的编程空间,编程开发者的网络收藏夹
学习永远不晚

MAC 安装PHP及环境配置 保姆级别

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

MAC 安装PHP及环境配置 保姆级别

首先命令行进行安装

brew install php@8.0

第一次安装可能会出现的问题

a、安装版本问题

Warning: No available formula with the name "php@8.4". Did you mean php@8.1, php@8.0 or php@7.4?==> Searching for similarly named formulae and casks...==> Formulaephp@8.1     php@8.0     php@7.4To install php@8.1, run:  brew install php@8.1

出现该问题的原因安装的版本问题,根据提示进行下载安装对应的版本即可

b、出现error

fatal: not in a git directoryError: Command failed with exit 128: git

解决办法:直接运行brew -v

brew -v
mark@192 ~ % brew -vHomebrew 4.0.19-9-g8aaf99efatal: detected dubious ownership in repository at '/opt/homebrew/Library/Taps/homebrew/homebrew-core'To add an exception for this directory, call:git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-coreHomebrew/homebrew-core (no Git repository)fatal: detected dubious ownership in repository at '/opt/homebrew/Library/Taps/homebrew/homebrew-cask'To add an exception for this directory, call:git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-caskHomebrew/homebrew-cask (no Git repository)

看到有两个git config,分别运行一下即可,如下

mark@192 ~ % git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-coremark@192 ~ % git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-cask

完成之后在运行:arch -arm64 brew install cocoapods 

mark@192 ~ % arch -arm64 brew install cocoapods

运行结果

==> Downloading https://formulae.brew.sh/api/formula.jws.json###################################################################################################################58.8%curl: (28) Operation too slow. Less than 100 bytes/sec transferred the last 5 secondsWarning: formula.jws.json: update failed, falling back to cached version.==> Downloading https://formulae.brew.sh/api/formula.jws.json##################################################################################################################################################################################################### 100.0%==> Downloading https://formulae.brew.sh/api/cask.jws.json##################################################################################################################################################################################################### 100.0%Warning: Treating cocoapods as a formula. For the cask, use homebrew/cask/cocoapods==> Fetching dependencies for cocoapods: libyaml, ca-certificates, openssl@1.1, readline and ruby==> Fetching libyaml==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/libyaml-0.2.5.arm64_ventura.bottle.tar.gz##################################################################################################################################################################################################### 100.0%==> Fetching ca-certificates==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/ca-certificates-2023-01-10.all.bottle.tar.gzAlready downloaded: /Users/mark/Library/Caches/Homebrew/downloads/08486bb5b9927def5c947c5a9e4a873eacd6364ac9cf6e50bfe3aa0bfc1c63ed--ca-certificates-2023-01-10.all.bottle.tar.gz==> Fetching openssl@1.1==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/openssl%401.1-1.1.1t.arm64_ventura.bottle.tar.gzAlready downloaded: /Users/mark/Library/Caches/Homebrew/downloads/339aa132aee19ced825e32e534324ac7fddc1948efbf19216760c835d71c395b--openssl@1.1-1.1.1t.arm64_ventura.bottle.tar.gz==> Fetching readline==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/readline-8.2.1.arm64_ventura.bottle.tar.gzAlready downloaded: /Users/mark/Library/Caches/Homebrew/downloads/61eadcc12bccc526220de0af71471c1f84d36861ce68a1e85979887e904b4e56--readline-8.2.1.arm64_ventura.bottle.tar.gz==> Fetching ruby==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/ruby-3.2.2.arm64_ventura.bottle.tar.gz##################################################################################################################################################################################################### 100.0%==> Fetching cocoapods==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles/cocoapods-1.12.1.arm64_ventura.bottle.tar.gz##################################################################################################################################################################################################### 100.0%==> Installing dependencies for cocoapods: libyaml, ca-certificates, openssl@1.1, readline and ruby==> Installing cocoapods dependency: libyaml==> Pouring libyaml-0.2.5.arm64_ventura.bottle.tar.gz🍺  /opt/homebrew/Cellar/libyaml/0.2.5: 10 files, 351.2KB==> Installing cocoapods dependency: ca-certificates==> Pouring ca-certificates-2023-01-10.all.bottle.tar.gz==> Regenerating CA certificate bundle from keychain, this may take a while...🍺  /opt/homebrew/Cellar/ca-certificates/2023-01-10: 3 files, 216.8KB==> Installing cocoapods dependency: openssl@1.1==> Pouring openssl@1.1-1.1.1t.arm64_ventura.bottle.tar.gz🍺  /opt/homebrew/Cellar/openssl@1.1/1.1.1t: 8,101 files, 18MB==> Installing cocoapods dependency: readline==> Pouring readline-8.2.1.arm64_ventura.bottle.tar.gz🍺  /opt/homebrew/Cellar/readline/8.2.1: 50 files, 1.7MB==> Installing cocoapods dependency: ruby==> Pouring ruby-3.2.2.arm64_ventura.bottle.tar.gz🍺  /opt/homebrew/Cellar/ruby/3.2.2: 16,605 files, 48.3MB==> Installing cocoapods==> Pouring cocoapods-1.12.1.arm64_ventura.bottle.tar.gz🍺  /opt/homebrew/Cellar/cocoapods/1.12.1: 13,430 files, 27.8MB==> Running `brew cleanup cocoapods`...Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

完成之后,接着去安装就好了

配置环境 

安装完成之后,这个时候直接 php -v 是无法找到这个命令的

zsh: command not found: php

需要把这个安装好的php配置到运行环境

vi ~/.bashrc

在安装完php的时候,最后部分有提示

==> php@8.0To enable PHP in Apache add the following to httpd.conf and restart Apache:    LoadModule php_module /opt/homebrew/opt/php@8.0/lib/httpd/modules/libphp.so            SetHandler application/x-httpd-php    Finally, check DirectoryIndex includes index.php    DirectoryIndex index.php index.htmlThe php.ini and php-fpm.ini file can be found in:    /opt/homebrew/etc/php/8.0/php@8.0 is keg-only, which means it was not symlinked into /opt/homebrew,because this is an alternate version of another formula.If you need to have php@8.0 first in your PATH, run:  echo 'export PATH="/opt/homebrew/opt/php@8.0/bin:$PATH"' >> ~/.zshrc  echo 'export PATH="/opt/homebrew/opt/php@8.0/sbin:$PATH"' >> ~/.zshrcFor compilers to find php@8.0 you may need to set:  export LDFLAGS="-L/opt/homebrew/opt/php@8.0/lib"  export CPPFLAGS="-I/opt/homebrew/opt/php@8.0/include"To start php@8.0 now and restart at login:  brew services start php@8.0Or, if you don't want/need a background service you can just run:  /opt/homebrew/opt/php@8.0/sbin/php-fpm --nodaemonize

把下面两行放到 打开的bashrc文件中

export PATH="/opt/homebrew/opt/php@8.0/bin:$PATH"

export PATH="/opt/homebrew/opt/php@8.0/sbin:$PATH"

:wq 保存并退出

bashrc是不会自己保存生效的

需要:source ~/.bashrc 最后到这里,你自己安装的PHP环境就OK了

mark@192 ~ % php -v          PHP 8.0.28 (cli) (built: Feb 14 2023 15:42:52) ( NTS )Copyright (c) The PHP GroupZend Engine v4.0.28, Copyright (c) Zend Technologies    with Zend OPcache v8.0.28, Copyright (c), by Zend Technologies

来源地址:https://blog.csdn.net/ahualong1/article/details/130844112

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

MAC 安装PHP及环境配置 保姆级别

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

tomcat安装及配置教程(保姆级)

Tomcat安装教程 (以tomcat-9.0.62为例:) 1.下载安装包 可以从官网下载安装包: (1)从官网下载 输入网址进入官网 选择版本10,版本9,或者版本8,都可以,这里下载的版本9 不想去官网的直接百度网盘自提: 链接:h
2023-08-21

MySQL安装配置教程(保姆级,包含环境变量的配置)适合小白

文章目录 MySQL安装教程下载链接官网下载安装配置环境变量配置 MySQL安装教程 下载链接 点击下载链接 官网下载 官网下载 2.官网下载 3.官网下载 4.官网下载 5.官网下载   这里我们无需注册,只需要点
2023-08-16

MySQL+Navicat安装配置保姆级教程

目录mysql+Navicat安装配置教程(超级详细、保姆级)一、 下载MySQL1. 选择想要安装的版本,点击Download下载二、安装MySQL1. 选择设置类型2. 选择安装的产品和功能3. 先选中“MySQL Serv
2023-05-06

Mac 安装 Python3.10 和 配置环境

Mac 安装 Python3.10 并且配置环境 一、Python的安装 访问官网:https://www.python.org/选择系统(Mac): [https://www.python.org/downloads/macos/] 3
2023-08-16

Mac下安装node.js及环境配置全过程

这篇文章主要介绍了Mac下安装node.js及环境配置全过程,具有很好的参考价值,希望对大家有所帮助。如有错误或未考虑完全的地方,望不吝赐教
2023-05-19

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录