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.
能否請你幫我這是爲什麼不還配置了嗎? 在此先感謝。
然後只需要保存或我必須建立個人資料 – Srim
建造輪廓,但要小心;) 我建議您以yaml格式下載配置文件,編輯它,然後導入它以構建並製作您自己的配置文件並在將來重新使用它 – Avara
您可以在此處找到更多信息:https:/ /documentation.cpanel.net/display/EA/PHP+Module:+Fileinfo – Avara