首页 > Web开发 > 详细

ubuntu 编译php随笔

时间:2016-09-01 11:10:44      阅读:190      评论:0      收藏:0      [点我收藏+]

1. 安装git

sudo apt install git


2. 通过git获取php源码

git clone https://git.php.net/repository/php-src.git

3. 进入php-src/ 准备编译

cd php-src/

./buildconf

技术分享

运行提示需要 autoconf 。

4. 安装 autoconf

sudo apt-get install autoconf


5. 重新进行php编译

技术分享

ubuntu 编译php随笔

原文:http://www.cnblogs.com/junly/p/5828630.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!