PHP的readfile函数和file_get_contents函数错误: Unable to find the wrapper "https"
在安装yii2的advanced版本的时候,执行命令:“php -r "readfile("https://getcomposer.org/installer");" | php”
原因是extension=php_openssl.dll没有开启,开启这个扩展即可
声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。
- 上一篇: linux如何查询进程占用的内存
- 下一篇: PHP性能监控 - 怎么看xhprof报告(二)