php mpdf Could not find image file(hyperf swoole)

比眉伴天荒 2024-04-06 10:45 207阅读 0赞

在一个基于Hyperf的系统中引用了mpdf包,pdf文件图片出不来的问题
本地没问题,生产有问题,发现是由于swoole没有开启curl的问题
需要重新安装下swoole

  1. pecl uninstall swoole
  2. pecl install https://pecl.php.net/get/swoole-4.8.8.tgz
  3. 一路yes
  4. /www/server/php/80/bin/php --ri swoole
  5. restart

发表评论

表情:
评论列表 (有 0 条评论,207人围观)

还没有评论,来说两句吧...

相关阅读