一 php7.0.6版本下载链接:
我们提供的服务有:成都做网站、网站设计、微信公众号开发、网站优化、网站认证、灵石ssl等。为上千余家企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的灵石网站制作公司wget -c http://cn2.php.net/get/php-7.0.6.tar.gz/from/this/mirror
二 安装基础的依赖软件:
yum install -y gcc gcc-c++ make zlib zlib-devel pcre pcre-devel \
libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel \
libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel \
ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel krb5 \
krb5-devel openssl openssl-devel openldap openldap-devel nss_ldap \
openldap-clients openldap-servers php-mysqlnd libmcrypt-devel \
libtidy libtidy-devel recode recode-devel libxpm-devel
yum install -y autoconf
三 解压php压缩包:
tar zxvf php-7.0.6.tar.gz
编译:
./configure \
--prefix=/webser/php7 \
--with-config-file-path=/data/php7/etc \
--enable-mbstring \
--enable-zip \
--enable-bcmath \
--enable-pcntl \
--enable-ftp \
--enable-exif \
--enable-calendar \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-opcache \
--enable-fpm \
--enable-session \
--enable-sockets \
--enable-mbregex \
--with-fpm-user=vagrant \
--with-fpm-group=nogroup \
--enable-wddx \
--with-curl \
--with-mcrypt \
--with-iconv \
--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib-dir=/usr \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--enable-gd-jis-conv \
--with-openssl \
--with-pdo-mysql=mysqlnd \
--with-gettext=/usr \
--with-zlib=/usr \
--with-bz2=/usr \
--with-recode=/usr \
--with-xmlrpc \
--with-mysqli=mysqlnd
make -j 4
make test
make install
copy相关文件:
进入php7解压的文件夹
cp -a php.ini-production /webser/php7/php.ini
cp sapi/fpm/init.d.php-fpm /etc/init.d/php7-fpm
chmod +x /etc/init.d/php7-fpm
cd /webser/php7
cp /webser/php7/etc/php-fpm.conf.default /webser/php7/etc/php-fpm.conf
cp /webser/php7/etc/php-fpm.d/www.conf.default //php7/etc/php-fpm.d/
www.conf
修改 www.conf文件:
修改以下字段即可:
user=www
group=www
listen = 127.0.0.1:9007 (默认为9000,以免和系统的php5.3版本冲突,所以起个其他端口)
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。