dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Fix PHP 8.1 deprecation #93

Closed enumag closed 2 years ago

enumag commented 2 years ago

Closes #92

mondrake commented 2 years ago

Unfortunately, I do not think this will be sufficient for PHP 8.1.

I suggest to merge #94 first and then add testing on GH to spot any other deprecation.

enumag commented 2 years ago

Yeah I'm not sure it's enough for 8.1 support, I just fixed the error from #92. It would be best to have your PR merged first and then rebase this.