2024-11-30

PHP readfile() 下载外部文件失败:是 OpenSSL 或 allow_url_fopen 配置错误,还是 PHP 版本问题?

php readfile() 下载外部文件失败:是 openssl 或 allow_url_fopen 配置错误,还是 php 版本问题?

php readfile() 下载外部文件出错

在配置了正确的 OpenSSL 和 allow_url_fopen 后,使用 readfile() 下载外部文件仍然失败,下载的文件损坏或大小为 0kb。

经排查,问题出在 PHP 版本过低。在编译 PHP 时,使用了 –with-curlwrappers 配置,导致下载的文件为空。

解决方案:

立即学习PHP免费学习笔记(深入)”;

重新编译 PHP,禁用 –with-curlwrappers 配置即可解决问题。

以上就是PHP readfile() 下载外部文件失败:是 OpenSSL 或 allow_url_fopen 配置错误,还是 PHP 版本问题?的详细内容,更多请关注php中文网其它相关文章!

https://www.php.cn/faq/1120279.html

发表回复

Your email address will not be published. Required fields are marked *