dq23171 2017-10-05 10:46
浏览 202
已采纳

fsockopen()在PHP.ini中启用它

in my PHP.ini file, I have this: allow_url_fopen = On

it appears that is how to enable fsockopen() But is that accurate?

Because my API is saying invalid key, when I have verified it is accurate, the people that gave me the key, said typically it is because the host has disabled fsockopen(), they also told me to whitelist some IP addresses of theirs for fsockopen(), how/where do I do that? is it in PHP.ini?

I have Cpanel which has the MultiPHP INI editor... so I checked in there and allow_url_fopen is set to On

But I don't see fsockopen() so I'm not sure if that is how to enable it or not.

Thanks, -Rich

  • 写回答

1条回答 默认 最新

  • dongwubao4785 2017-10-05 11:08
    关注

    Yes that is the way to enable it but PHP config has various levels.

    If you are on shared hosting it is possible that you are using a php.ini in your user folder but this function has been disabled by the host at the core config level. If this is the case you need to speak with your hosting provider.

    You can easily check if it is enabled by viewing phpinfo

    <?php phpinfo();
    

    Put this in a file on your server and access the page in a browser.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 运筹学中在线排序的时间在线排序的在线LPT算法
  • ¥30 求一段fortran代码用IVF编译运行的结果
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 lammps拉伸应力应变曲线分析
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试,帮帮忙吧