New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -558,8 +558,8 @@ class FPDI extends FPDF_TPL
$this->_straightOut('<<');
reset ($value[1]);
while (list($k, $v) = each($value[1])) {
foreach($value[1] as $k => $v) {
$this->_straightOut($k . ' ');
$this->_writeValue($v);
}
@@ -690,4 +690,4 @@ class FPDI extends FPDF_TPL
$parser->closeFile();
}
}
}
}