php 7.2 mpdf each error

http://laravel.com/

http://kejyun.github.io/Laravel-4-Docum ... roduction/
回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

php 7.2 mpdf each error

文章 yehlu »

https://github.com/mccarlosen/laravel-mpdf/issues/4

代碼: 選擇全部

I have resolved the issue.

In mpdf.php (line 10895)

use

foreach($this->images as $file => $info){}

instead of

while (list($file, $info) = each($this->images)) {}

And in line 13043

use

foreach($this->formobjects as $file => $info){}

instead of

while (list($file, $info) = each($this->formobjects)) {}
回覆文章

回到「laravel」