91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

呼和浩特市| 湖南省| 法库县| 城市| 涟水县| 太湖县| 清苑县| 昌江| 洞头县| 汨罗市| 尉犁县| 读书| 徐汇区| 蓝山县| 临澧县| 永城市| 望谟县| 喜德县| 奈曼旗| 额尔古纳市| 武隆县| 诸城市| 南平市| 丰镇市| 云南省| 江都市| 巧家县| 荆门市| 漯河市| 托里县| 宜川县| 罗山县| 博白县| 四会市| 浮山县| 五华县| 马山县| 旬邑县| 阿瓦提县| 西藏| 平原县|