這期內(nèi)容當(dāng)中小編將會(huì)給大家?guī)?lái)有關(guān)如何安裝linux多個(gè)php版本,文章內(nèi)容豐富且以專(zhuān)業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
創(chuàng)新互聯(lián)公司主營(yíng)文峰網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,手機(jī)APP定制開(kāi)發(fā),文峰h5重慶小程序開(kāi)發(fā)公司搭建,文峰網(wǎng)站營(yíng)銷(xiāo)推廣歡迎文峰等地區(qū)企業(yè)咨詢(xún)
linux安裝多個(gè)php版本的方法:首先下載不同的php源碼包;然后將其解壓后并安裝在不同的目錄下;最后修改“php-fpm”監(jiān)聽(tīng)的端口號(hào)即可。
思路:
下載不同的php源碼包,解壓后安裝在不同的目錄下,修改php-fpm監(jiān)聽(tīng)的端口號(hào)
php安裝配置參數(shù):
./configure --prefix=/usr/local/php71 --exec-prefix=/usr/local/php71 --bindir=/usr/local/php71/bin --sbindir=/usr/local/php71/sbin --includedir=/usr/local/php71/include --libdir=/usr/local/php71/lib/php --mandir=/usr/local/php71/php/man --with-config-file-path=/usr/local/php71/etc --with-mcrypt=/usr/local/libmcrypt --with-mhash --with-openssl --with-MySQLi=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/local/mysql --with-gd --with-iconv --with-zlib --enable-inline-optimization --disable-debug --disable-rpath --enable-shared --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-mbregex --enable-mbstring --enable-ftp --enable-gd-native-ttf --enable-pcntl --enable-sockets --with-xmlrpc --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-freetype-dir --enable-fpm --without-gdbm --disable-fileinfo --enable-opcache=no
make && make install
運(yùn)行 /usr/local/php71/sbin/php-fpm 報(bào)錯(cuò)如下:
原因:php-fpm.conf 文件不存在
解決:
修改www.conf文件,修改php-fpm監(jiān)聽(tīng)的端口號(hào) 改為9001
啟動(dòng)php-fpm,結(jié)果如下,成功了,系統(tǒng)運(yùn)行了兩個(gè)版本的php
最后,可以將新版本的php加入開(kāi)機(jī)自啟動(dòng),修改 /etc/rc.local文件,加入php-fpm的運(yùn)行路徑即可
上述就是小編為大家分享的如何安裝linux多個(gè)php版本了,如果剛好有類(lèi)似的疑惑,不妨參照上述分析進(jìn)行理解。如果想知道更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。
本文名稱(chēng):如何安裝linux多個(gè)php版本
瀏覽路徑:http://jinyejixie.com/article8/ppship.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供外貿(mào)建站、、做網(wǎng)站、營(yíng)銷(xiāo)型網(wǎng)站建設(shè)、App設(shè)計(jì)、小程序開(kāi)發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)