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

Ubuntu编译安装PHP7

时间:2016-05-08 06:43:31      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

参数配置

./configure --prefix=/usr/local/php7 \

--with-config-file-path=/usr/local/php7/etc \

--with-mysql=mysqlnd \

--with-mysqli=mysqlnd \

--with-pdo-mysql=mysqlnd \

--with-iconv-dir \

--with-freetype-dir \

--with-jpeg-dir \

--with-png-dir \

--with-zlib \

--with-libxml-dir \

--enable-xml \

--disable-rpath \

--enable-bcmath \

--enable-shmop \

--enable-sysvsem \

--enable-inline-optimization \

--with-curl \

--with-mcrypt \

--with-curlwrappers \

--enable-mbregex \

--enable-fpm \

--enable-mbstring \

--with-gd \

--enable-gd-native-ttf \

--with-openssl \

--with-mhash \

--enable-pcntl \

--enable-sockets \

--with-xmlrpc \

--enable-zip \

--enable-soap \

--with-mcrypt \

--without-pear

 

如果报错,直接安装需要的扩展包

sudo apt-get install  libopenssl-dev    libcurl4-openssl-dev    libjpeg-dev

 

Ubuntu编译安装PHP7

标签:

原文地址:http://www.cnblogs.com/roronoa-sqd/p/5469687.html

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