Hello!
I recently updated to php 8.5 and I am getting these errors:
PHP Deprecated: Function imagedestroy() is deprecated since 8.5, as it has no effect since PHP 8.0 in /blahblah/blahblahblah/vendor/tecnickcom/tcpdf/tcpdf.php on line 7440
PHP Deprecated: Function imagedestroy() is deprecated since 8.5, as it has no effect since PHP 8.0 in /blahblah/blahblahblah/vendor/tecnickcom/tcpdf/tcpdf.php on line 7445
According to my composer.json file, I am running "spipu/html2pdf": "^5.3"
Thanks in advance,
Albert C
Hello!
I recently updated to php 8.5 and I am getting these errors:
PHP Deprecated: Function imagedestroy() is deprecated since 8.5, as it has no effect since PHP 8.0 in /blahblah/blahblahblah/vendor/tecnickcom/tcpdf/tcpdf.php on line 7440
PHP Deprecated: Function imagedestroy() is deprecated since 8.5, as it has no effect since PHP 8.0 in /blahblah/blahblahblah/vendor/tecnickcom/tcpdf/tcpdf.php on line 7445
According to my composer.json file, I am running "spipu/html2pdf": "^5.3"
Thanks in advance,
Albert C