fpdf-laravel icon indicating copy to clipboard operation
fpdf-laravel copied to clipboard

PHP7.4

Open shikazu opened this issue 5 years ago • 2 comments

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.

shikazu avatar Oct 16 '20 07:10 shikazu

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.

crabbly avatar Oct 17 '20 00:10 crabbly

Hi @crabbly !

Were you able to work on a version compatible with PHP 7.4?

Thanks

YvanMARTY avatar Jan 14 '21 10:01 YvanMARTY