欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

PHP Warning: PHP Startup: fileinfo: Unable to initialize module Module compiled with module API=20090626 PHP compiled with module API=20121212 These options need to match 有大用

在命令行执行 php 时,发现报 PHP Warning:  PHP Startup: fileinfo: Unable to initialize module Module compiled with module API=20090626 PHP    compiled with module API=20121212 These options need to match 这个错
解决思路如下:
1)在 /www/wdlinux/apache_php-5.5.9/etc/php.ini
文件中 先注释掉 fileinfo 模块的信息,这样 apache 启动的时候就不加载进来了
2)重启 apache  后 再执行 php 命令 就没有错了 这说明是 fileinfo模块出了问题 
3)照着 /node-admin/9253 做一下
4)能过 网页 输出 <?ph  echo phpinfo(); ?> 看看有没有发现 fileinfo扩展
5)再次命令行执行 php 时 没有发现报错. 
 
普通分类: