如何在mac下安装php

Posted liuzhiqaingxyz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在mac下安装php相关的知识,希望对你有一定的参考价值。

步骤如下:

1.下载php源码并解压

2.进入php源码并configure

3.安装openssl

4.sudo make及make test

5.sudo make install

 

具体命令如下:

#下载php源代码,为php-5.6.32.tar

#解压php源代码
tar -zxvf php-5.6.32.tar

#进入php源码目录
cd php-5.6.32

#安装openssl
brew install openssl

#找到openssl的安装路径,这里为
/usr/local/Celler/openssl/1.0.2n/

#配置php
./configure --with-openssl=/usr/local/Celler/openssl/1.0.2n/ --with-php-config=/usr/bin/php-config

#编译php
sudo make

#测试php
make test

#安装php
sudo make install

 

以上是关于如何在mac下安装php的主要内容,如果未能解决你的问题,请参考以下文章

如何在 mac osx 10.11 El Capitan 上安装 php 7.4 版? [复制]

mac下Apache的brew安装与配置

怎样在mac上面配置php环境

Mac系统下的php扩展开发

如何在 Mac OS X 中升级 PHP?

PHP代码-psysh调试代码片段工具