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

溫馨提示×

溫馨提示×

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

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

PHP7在開發機上的安裝使用步驟

發布時間:2020-04-20 15:46:35 來源:億速云 閱讀:321 作者:小新 欄目:編程語言

這篇文章主要為大家詳細介紹了PHP7在開發機上的安裝使用步驟,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下。

下載7:

$ cd
$ mkdir php7test
$ cd php7test
$ wget http://cn2.php.net/get/php-7.0.7.tar.gz/from/this/mirror
$ tar -zxvf php-7.0.7.tar.gz
$ cd php-7.0.7

安裝一些依賴:

$ yum -y install libjpeg libpng freetype libxml2 libxml2-devel openssl openssl-devel curl-devel libjpeg-devel libpng-devel freetype-devel libmcrypt-devel curl-devel libxslt-devel lib2 lib2-devel

配置configure

$ ./configure --prefix=/data/php7 --with-config-file-path=/data/php7/etc --with-config-file-scan-dir=/data/php7/etc/php.d --with-mcrypt=/usr/include --enable-mysql" target="_blank" href="http://undefined">mysqlnd --with-mysqli --with-pdo-mysql --enable-fpm --with-fpm-user=xxxxxxxxxx --with-fpm-group=xxxxxxxxxx --with-gd --with-iconv --enable-xml --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir --with-freetype-dir --with-zlib --enable-bcmath --enable-sockets

然后:

$ make
$ make install

默認安裝好之后,你會發現/data/php7/etc下面沒有php.ini文件,這個去哪里要呢?在php7的源碼安裝包都有。

進入源碼安裝包的目錄

$ cd 
$ cd php7test/php-7.0.7
$ ls

可以看到有兩個php.ini-xxx的文件

$ cp php.ini* /data/php7/etc/
$ cp php.ini-production /data/php7/etc/php.ini

啟用php-fpm

先配置config文件

$ cd /data/php7/etc
$ cp php-fpm.conf.default php-fpm.conf
$ cp php-fpm.d/www.conf.default php-fpm.d/www.conf

在編譯之前./configure的時候,我們都已經確定了一些配置,比如運行fpm的用戶和用戶組之類的,所以默認配置應該不會存在路徑問題和權限問題。

搞定php-fpm的服務載入

我們希望使用service php-fpm start|stop|restart這些操作來實現服務的重啟,但沒有像nginx那么復雜,php編譯好之后,給我們提供了一個php-fpm的程序,不需要我再編寫分享了。這個文件放在php編譯源碼目錄中:

$ cd 
$ cd php7test/php-7.0.7/sapi/fpm
$ cp init.d.php-fpm /etc/init.d/php-fpm
$ chmod +x /etc/init.d/php-fpm
$ chkconfig --add php-fpm
$ chkconfig php-fpm on

通過上面這個操作,我們就可以使用sevice php-fpm start來啟用php-fpm了。用ps -ef | grep php-fpm看看進程吧。

或者通過使用/data/php7/sbin/php-fpm來啟動php7.

Finish & Success

以上就是PHP7在開發機上的安裝使用步驟的簡略介紹,當然詳細使用上面的不同還得要大家自己使用過才領會。如果想了解更多,歡迎關注億速云行業資訊頻道哦!

向AI問一下細節

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

AI

浑源县| 仁怀市| 重庆市| 襄垣县| 甘南县| 南京市| 临夏市| 大埔县| 睢宁县| 疏附县| 济宁市| 津南区| 德安县| 崇文区| 长泰县| 高阳县| 山东省| 曲麻莱县| 丽水市| 城固县| 焉耆| 扶绥县| 华宁县| 南木林县| 喀什市| 澄城县| 都匀市| 上林县| 宝山区| 墨竹工卡县| 青神县| 原平市| 宝鸡市| 苏尼特左旗| 北京市| 平顶山市| 彭水| 卢湾区| 和平县| 阜康市| 内丘县|