您好,登錄后才能下訂單哦!
今天就跟大家聊聊有關php中怎么安裝fileinfo擴展,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
1.檢查是否已經(jīng)安裝依賴
php -i|grep fileinfo
Configure Command => './configure' '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/php/etc' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-iconv-dir' '--with-freetype-dir=/usr/local/freetype' '--with-jpeg-dir' '--with-png-dir' '--with-zlib' '--with-libxml-dir=/usr' '--enable-xml' '--disable-rpath' '--enable-bcmath' '--enable-shmop' '--enable-sysvsem' '--enable-inline-optimization' '--with-curl' '--enable-mbregex' '--enable-mbstring' '--enable-intl' '--with-mcrypt' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--with-openssl' '--with-mhash' '--enable-pcntl' '--enable-sockets' '--with-xmlrpc' '--enable-zip' '--enable-soap' '--with-gettext' '--disable-fileinfo' '--enable-opcache'
fileinfo
fileinfo support => enabled
2. fileinfo已集成至php項目源代碼內(nèi)(https://pecl.php.net/package/Fileinfo) ,下載安裝包,解壓
cd /usr/local/src
wget -O php-.7.1.0 .tar.gz http://cn2.php.net/distributions/php-7.1.0.tar.gz
tar -zxvf php-7.1.0.tar.gz
cd php-7.1.0/ext/fileinfo/
3.執(zhí)行命令phpize生成configure文件
/usr/local/php/bin/phpize
4.配置、編譯、安裝
./configure -with-php-config=/usr/local/php/bin/php-config
make && make install
5.追加對應配置至php.ini
加入echo "extension=“fileinfo.so”" >>/usr/local/php/etc/php.ini
看完上述內(nèi)容,你們對php中怎么安裝fileinfo擴展有進一步的了解嗎?如果還想了解更多知識或者相關內(nèi)容,請關注億速云行業(yè)資訊頻道,感謝大家的支持。
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。