Setasign / tFPDF

This class is a modified version of FPDF that adds UTF-8 support.
35 stars 23 forks source link

PHP8.2 support #9

Closed shinsenter closed 1 year ago

shinsenter commented 1 year ago

PHP8.2 was released few days ago. After migration, I got these errors:

A PHP Error was encountered
Severity: 8192
Message: Creation of dynamic property TTFontFile::$maxUniChar is deprecated
Filename: unifont/ttfonts.php
Line Number: 991
Backtrace:
File: /var/www/html/vendor/setasign/tfpdf/font/unifont/ttfonts.php
Line: 991

So, I think it would be better if the library can support PHP8.2.

Best regards.

JanSlabon commented 1 year ago

I just asked for the missing properties in the FPDF forum here.

shinsenter commented 1 year ago

@JanSlabon oh, great to know that. Thank you!

JanSlabon commented 1 year ago

FYI: This is fixed in the latest release: https://github.com/Setasign/tFPDF/releases/tag/v1.33