问:curl 不开启?file_get_contents不稳定?
如何开启虚拟机的curl,curl 不开启?file_get_contents不稳定?
答:您好,虚拟主机是支持curl,如图.file_get_contents具体是怎么测试的,请详述,非常感谢您长期对我司的支持.
问:微信授权中要使用到curl,但是跑进curl 之后提示,根本跑不通,使用file_get_contentst替换curl,有时候能跑通,有时候又提示Fatal error: Maximum execution time of 30 seconds exceeded
答:您好,查看是程序执行超时,请参照https://blog.csdn.net/ghostyusheng/article/details/ 方法二,设置调整程序执行时间后再试,非常感谢您长期对我司的支持.
问:file get contents 效率太低啦,我现在要的是curl 能跑通,那个问题怎么解决??
答:您好,建议将虚拟主机更换到linux系统使用,更换开启自定义php,然后修改php.ini控制程序执行时间后再试,非常感谢您长期对我司的支持.
问:注:
1.使用file_get_contents和fopen必须空间开启allow_url_fopen。方法:编辑php.ini,设置allow_url_fopen = On,allow_url_fopen关闭时fopen和file_get_contents都不能打开远程文件。
2.使用curl必须空间开启curl。方法:windows下修改php.ini,将extension=php_curl.dll前面的分号去掉,而且需要拷贝ssleay32.dll和libeay32.dll到C:\\WINDOWS\\system32下;Linux下要安装curl扩展。
/////请问虚拟主机的php.ini怎么设置的?我刚写的程序要使用file_get_contents,不知allow_url_fopen是否是打开的。
问:////请问虚拟主机的php.ini怎么设置的?我刚写的程序要使用file_get_contents,不知allow_url_fopen是否是打开的。
答:您好,allow_url_fopen是开启的,http://m.qydns.net/x.php 您可以查看探针,非常感谢您长期对我司的支持!