You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: