fpdf-laravel
fpdf-laravel copied to clipboard
PHP7.4
Just a short notice, that this library is not working anymore with PHP7.4.
The reason is, that the function get_magic_quotes_runtime was deprecated for a long time and now has been removed completely.
The library doesn't use it but checks for it in order to turn it off in Fpdf.php and makefont.php. Not sure how you would handle that case. Removing both checks worked for me.
Hey @shikazu, thank you so much for pointing this out. I thought we tested it with Php 7.4. I'll go over it and post an update here once we push a fix.
Hi @crabbly !
Were you able to work on a version compatible with PHP 7.4?
Thanks