我正在使用具有5.4.33的php版本的godaddy VPS。
现在我想在ini文件中启用php_fileinfo扩展以避免错误
我的php脚本中的Fatal error: Class 'finfo' not found
。
为了使我能够做到以下几点:
1. open WebHost Manager.
2. Go to Service Configuration
3. Go to PHP Configuration Editor
4. search extension directive and fill as `fileinfo.so` in the input box and save
5. restart all services.
6. create a file in the server with the code <?php echo phpinfo();?>. but in that I am not finding any `fileinfo` status. It indicates still it is not enabled.
你能帮我解释为什么还没有配置? 提前谢谢。
答案 0 :(得分:1)
你可以用EasyApache做到这一点:
在PHP版本选择页面中,请选择5.3或更高版本,因为FileInfo仅适用于5.3.X或更高版本。
然后,选择穷举选项列表
如果您对EasyApache一无所知,可以阅读文档:https://documentation.cpanel.net/display/EA/EasyApache