码迷,mamicode.com
首页 > Web开发 > 详细

如何在mac下安装php

时间:2018-06-06 01:03:59      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:路径   pen   bin   代码   安装   源码   style   config   -o   

步骤如下:

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

标签:路径   pen   bin   代码   安装   源码   style   config   -o   

原文地址:https://www.cnblogs.com/liuzhiqaingxyz/p/9142460.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!