中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php7在centos上源碼安裝

發布時間:2020-06-13 17:46:04 來源:網絡 閱讀:1203 作者:shine_forever 欄目:web開發

一 php7.0.6版本下載鏈接:

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版本沖突,所以起個其他端口)



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

修武县| 涞源县| 邹平县| 阿瓦提县| 安达市| 深泽县| 西和县| 陇南市| 宁都县| 新源县| 江都市| 武隆县| 高邑县| 肥城市| 南充市| 定西市| 新丰县| 汉阴县| 屏东县| 尤溪县| 连南| 东海县| 满城县| 九龙城区| 北安市| 墨玉县| 壶关县| 宣城市| 城步| 翼城县| 天长市| 大同县| 高雄市| 深水埗区| 施秉县| 晋江市| 融水| 宝清县| 枞阳县| 东至县| 棋牌|