php mpdf Could not find image file(hyperf swoole)
在一个基于Hyperf的系统中引用了mpdf包,pdf文件图片出不来的问题
本地没问题,生产有问题,发现是由于swoole没有开启curl的问题
需要重新安装下swoole
pecl uninstall swoole
pecl install https://pecl.php.net/get/swoole-4.8.8.tgz
一路yes
/www/server/php/80/bin/php --ri swoole
restart
还没有评论,来说两句吧...