您好,登錄后才能下訂單哦!
php7怎樣安裝intl擴展,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。
php7安裝intl擴展的方法:1、下載icu源碼包;2、解壓icu及編譯安裝;3、下載并解壓php包;4、進入php解壓包目錄下,編譯安裝;5、配置文件及啟動文件即可。
本文操作環境:Windows7系統、php7.0.8版、DELL G3電腦
php 版本:php7.0.8
IP:192.168.1.99
1.1)下載icu源碼包
wget http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz
1.2)解壓icu及編譯安裝
tar -zxf icu4c-52_1-src.tgz mkdir /usr/local/icu cd icu/source ./configure --prefix=/usr/local/icu make && make install
2.1)yum 依賴包
yum -y install gcc-c++ gd libxml2-devel libjpeg-devel libpng-devel net-snmp-devel curl-devel libxslt-devel pcre-devel libjpeg libpng libxml2 libcurl4-openssl-dev libcurl-devel libcurl libmysqlclient freetype-config freetype freetype-devel unixODBC libxslt make
2.2)下載并解壓php包
http://php.net/downloads.php 包下載地址
tar -zxf php-7.0.8.tar.gz
2.3)進入php解壓包目錄下,編譯安裝
cd php-7.0.8
./configure --prefix=/usr/local/php708 --with-curl --with-gd --with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-mysql --with-mysqli --with-openssl --with-pcre-regex --with-pdo-mysql --with-pdo-sqlite --with-pear --with-png-dir --with-freetype-dir --with-jpeg-dir --with-xmlrpc --with-xsl --with-zip --with-zlib --enable-fpm --enable-bcmath --enable-libxml --enable-inline-optimization --enable-gd-native-ttf --enable-mbregex --enable-mbstring --enable-opcache --enable-pcntl --enable-shmop --enable-soap --enable-sockets --enable-sysvsem --enable-xml --enable-zip --enable-intl --with-icu-dir=/usr/local/icu
make && make install
2.4)配置文件及啟動文件
cp php.ini-development /usr/local/php708/lib/php.ini cp /usr/local/php708/etc/php-fpm.conf.default /usr/local/php708/etc/php-fpm.conf cp /usr/local/php708/etc/php-fpm.d/www.conf.default /usr/local/php708/etc/php-fpm.d/www.conf cp -R ./sapi/fpm/php-fpm /etc/init.d/php-fpm /etc/init.d/php-fpm
一、phpStudy,是一個新手入門最常用的開發環境。二、WampServer,WampServer也同樣的也是和phpStudy一樣操作簡單對小白比較友好。三、XAMPP,XAMPP(Apache+MySQL+PHP+PERL)是一個功能強大的建站集成軟件包;四、MAMP,MAMP分為兩種MAMP和MAMP Pro for Mac。五、寶塔面板,寶塔面板是一款服務器管理軟件,支持windows和linux系統。六、UPUPW,UPUPW是目前Windows平臺下最具特色的Web服務器PHP套件。
關于php7怎樣安裝intl擴展問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。