Aktionen
GX-Bug #60467
geschlossentcpdf ist nicht PHP-7.3-kompatibel
Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Moritz Bunjes
Kategorie:
Adminbereich
Zielversion:
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.11.2.0, 3.11.2.1
Release Notes Langtext:
TCPDF ist nun mit 7.3 kompatibel.
Beschreibung
Einbindung von tcpdf.php führt zur Meldung „"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?“
vgl. https://wiki.php.net/rfc/continue_on_switch_deprecation
Checkliste 0/0
Aktionen
#3
Von Jonatas Fischer vor etwa 6 Jahren aktualisiert
- Tags wurde auf Ready gesetzt
Sugested changes¶
Update the tcpdf library with the last version from https://sourceforge.net/projects/tcpdf/.
On this version the "continue" is used only inside while loops.
Aktionen