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

溫馨提示×

溫馨提示×

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

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

php5.6.27的安裝教程

發布時間:2021-06-24 10:03:52 來源:億速云 閱讀:183 作者:chen 欄目:編程語言

本篇內容主要講解“php5.6.27的安裝教程”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“php5.6.27的安裝教程”吧!

php5.6.27安裝方法:首先安裝編譯工具,并添加php組和用戶;然后安裝依賴,添加擴展包,更新yum源;接著下載php并解壓安裝;最后配置PHP即可。

本文操作環境:windows7系統、PHP7.1版,DELL G3電腦

php5.6.27安裝教程

centos7 編譯安裝php5.6.27

安裝編譯工具

yum -y install gcc gcc-c++

添加php組和用戶,不創建home目錄,不允許登陸系統

#-M, --no-create-home        不創建用戶的主目錄
#-g, --gid GROUP        新賬戶主組的名稱或 ID
#-s, --shell SHELL        新賬戶的登錄 shell
groupadd web
useradd -M -s /sbin/nologin -g web php

安裝依賴,沒有libmcrypt libmcrypt-devel mcrypt mhash的話,添加擴展包,更新yum源

yum -y install epel-release
yum -y update
yum -y install libmcrypt libmcrypt-devel mcrypt mhash
yum -y install libxml2-devel libpng-devel libjpeg-devel zlib bzip2 bzip2-devel \
libtool-ltdl-devel pcre-devel openssl-devel freetype-devel libcurl-devel icu \
perl-libintl postgresql libicu-devel

下載php解壓

cd /usr/local/src/
wget http://cn2.php.net/distributions/php-5.6.27.tar.gz
tar -zxvf php-5.6.27.tar.gz
cd php-5.6.27/

安裝php

./configure \
--prefix=/usr/local/php5.6.27 \
--with-config-file-path=/usr/local/php5.6.27/etc/ \
--enable-inline-optimization \
--enable-shared \
--enable-opcache \
--enable-fpm \
--with-fpm-user=php \
--with-fpm-group=web \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-gettext \
--enable-mbstring \
--with-iconv \
--with-mcrypt \
--with-mhash \
--with-openssl \
--enable-bcmath \
--enable-soap \
--with-libxml-dir \
--enable-pcntl \
--enable-shmop \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--enable-intl \
--with-curl \
--with-zlib \
--enable-zip \
--with-bz2 \
--enable-xml \
--with-pcre-dir \
--with-gd \
--enable-static \
--enable-wddx \
--with-xmlrpc \
--with-libdir=/usr/lib64 \
--with-jpeg-dir=/usr/lib64 \
--with-freetype-dir=/usr/lib64 \
--with-png-dir=/usr/lib64
make && make install

配置 PHP

cp php.ini-development /usr/local/php5.6.27/etc/php.ini
cp /usr/local/php5.6.27/etc/php-fpm.conf.default /usr/local/php5.6.27/etc/php-fpm.conf

創建開機啟動

vi /lib/systemd/system/php-fpmd.service
[Unit]
Description=The PHP FastCGI Process Manager
After=network.target
[Service]
Type=forking
PIDFile=/run/php-fpm.pid
ExecStart=/usr/local/php5.6.27/sbin/php-fpm --daemonize -g /run/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
ExecStop=/bin/kill -SIGINT $MAINPID
PrivateTmp=true
[Install]
WantedBy=multi-user.target

PS:如果yum安裝,php-fpm.service文件的內容

[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
Type=notify
PIDFile=/run/php-fpm.pid
EnvironmentFile=/etc/sysconfig/php-fpm
ExecStart=/usr/sbin/php-fpm --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
PrivateTmp=true
[Install]

WantedBy=multi-user.target

添加運行權限

chmod +x /lib/systemd/system/php-fpmd.service

設置開機自啟動

systemctl enable php-fpmd.service

運行

systemctl start php-fpmd.service

停止

systemctl stop php-fpmd.service

重新加載

systemctl daemon-reload

刪除開機啟動

systemctl disable php-fpmd.service

到此,相信大家對“php5.6.27的安裝教程”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

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

php
AI

炎陵县| 平潭县| 洪湖市| 杭锦后旗| 马鞍山市| 吴堡县| 永川市| 南丰县| 湖南省| 周宁县| 两当县| 建始县| 大城县| 绵竹市| 保亭| 成武县| 巨鹿县| 靖西县| 东城区| 博罗县| 那曲县| 辉南县| 肇庆市| 铜梁县| 收藏| 乐亭县| 沁源县| 江都市| 缙云县| 广灵县| 墨脱县| 吴旗县| 昆明市| 慈利县| 海宁市| 阳原县| 称多县| 珠海市| 杨浦区| 渭源县| 徐汇区|