启用fileinfo扩展

时间:2016-08-25 03:32:10

标签: php centos

它位于Centos 7,PHP 5.5.38

我认为默认情况下启用了fileinfo,但phpinfo()显示如下:

'./configure' **'--disable-fileinfo'** '--disable-opcache' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-mbstring' '--enable-pdo=shared' '--enable-soap' '--enable-sockets' '--enable-zip' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr'

那么如何启用此fileinfo?

当前的扩展文件夹没有fileinfo.so,所以我现在不知道我需要做什么来启用它。

1 个答案:

答案 0 :(得分:1)

这解决了我的问题,使用WHM / Cpanel重新编译Apache和PHP

https://www.opensource-excellence.com/blog/item/464-how-to-install-fileinfo-in-whm.html