2015-04-21 67 views
0

我正在使用php版本爲5.4.33的godaddy VPS。 現在我想在ini文件中啓用php_fileinfo擴展名,以避免在我的php腳本中出現錯誤 Fatal error: Class 'finfo' not found。 爲了讓我做了以下內容:php_fileinfo在php.ini文件中未啓用

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

你可以做到這一點與EasyApache:

在PHP版本選擇頁面,請選擇5.3版或以上,如FileInfo的可供版本5.3.X或以上版本。

然後,選擇詳盡的選項列表 enter image description here

如果你不知道什麼EasyApache,你可以閱讀文檔:https://documentation.cpanel.net/display/EA/EasyApache

+0

然後只需要保存或我必須建立個人資料 – Srim

+0

建造輪廓,但要小心;) 我建議您以yaml格式下載配置文件,編輯它,然後導入它以構建並製作您自己的配置文件並在將來重新使用它 – Avara

+0

您可以在此處找到更多信息:https:/ /documentation.cpanel.net/display/EA/PHP+Module:+Fileinfo – Avara