亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

centos 6.5 x64安裝php 7

發布時間:2020-07-21 23:21:46 來源:網絡 閱讀:1230 作者:xiao987334176 欄目:web開發

創建用戶和組

groupadd www

useradd -g www www

usermod -s /sbin/nologin www


安裝組件

yum install -y libxml2 libxml2-devel libxml2-python curl curl-devel  libjpeg libjpeg-devel libpng libpng10 libpng10-devel libpng-devel freetype-devel libmcrypt libmcrypt-devel gd gd-devel

清理緩存

yum clean all


下載最新版本php-7.0.6

解壓

tar zxvf php-7.0.6.tar.gz -C /usr/src/

cd /usr/src/php-7.0.6/

./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc  \

--with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib \

--with-libxml-dir --enable-xml --enable-bcmath \

--enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl \

--enable-mbregex  --enable-fpm  --enable-mbstring \

--with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash \

--enable-pcntl --enable-sockets \

--with-xmlrpc --enable-zip --enable-soap  --with-mysql-sock=/data/3306/mysqld.sock  \

--with-curl=/usr --with-gettext --with-iconv --enable-mysqlnd \

--with-mysqli=mysqlnd \

--with-pdo-mysql=mysqlnd \

安裝

make

make install


++++++++++++++++++++++++++++++++++++++

重點講一下,PHP7 正式移除了 mysql 擴展

使用mysqlnd驅動

如果繼續使用老版本的編譯方式

--with-mysql=/usr/local/mysql --enable-embedded-mysqli --with-mysqli=/usr/local/mysql/bin/mysql_config

在make的時候會報錯

make: *** [ext/mysqli/mysqli_embedded.lo] Error 1


所以我更改為

--enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd

才可以編譯成功

+++++++++++++++++++++++++++++++++++++++++


復制配置文件以及啟動腳本

cp php.ini-production /usr/local/php/etc/php.ini

cp /usr/local/php/etc/php-fpm.conf.default /usr/local/php/etc/php-fpm.conf

cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpm

cp /usr/local/php/etc/php-fpm.d/www.conf.default /usr/local/php/etc/php-fpm.d/www.conf

cd /usr/local/php/etc/php-fpm.d

編輯配置文件

vi www.conf

修改用戶和組為www


user = www

group = www


腳本設置權限,添加到開機自啟動

chmod +x /etc/init.d/php-fpm

chkconfig --add php-fpm

chkconfig --level 2345 php-fpm on

啟動php-fpm

/etc/init.d/php-fpm start

查看端口是否啟動

netstat -anpt | grep php-fpm


tcp        0      0 127.0.0.1:9000              0.0.0.0:*                   LISTEN      25727/php-fpm




向AI問一下細節

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

AI

建始县| 来宾市| 赤城县| 湖口县| 大冶市| 锡林浩特市| 静乐县| 迭部县| 焦作市| 禄劝| 蕲春县| 科技| 内黄县| 成都市| 临漳县| 吉安市| 阳朔县| 福贡县| 平泉县| 北川| 绥棱县| 龙岩市| 新安县| 双峰县| 牟定县| 扎囊县| 水城县| 六盘水市| 长沙市| 富裕县| 南澳县| 泰安市| 平阴县| 麦盖提县| 府谷县| 钟祥市| 库车县| 钦州市| 东城区| 醴陵市| 翁牛特旗|