php: file_get_contents() work with CLI, but does not work when called on server (in page)

元气小坏坏 提交于 2019-12-01 07:31:26

It probably has something to do with PHP configuration. Many servers have different php.inis for CLI and Apache. Check /etc/php5/ to see if there is more than one configuration. Specifically, you should be looking for allow_url_fopen.

EDIT: Actually, Ubuntu ships with that by default, the .ini is located at /etc/php5/apache2/php.ini

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!