laravel-pdfmerger
laravel-pdfmerger copied to clipboard
Function get_magic_quotes_runtime() is deprecated
vendor/itbz/fpdf/src/fpdf/FPDF.php:1060
function _dochecks() { // Check availability of %F if(sprintf('%.1F',1.0)!='1.0') $this->Error('This version of PHP is not supported'); // Check mbstring overloading if(ini_get('mbstring.func_overload') & 2) $this->Error('mbstring overloading must be disabled'); // Ensure runtime magic quotes are disabled if(get_magic_quotes_runtime()) //problematic @set_magic_quotes_runtime(0); }
i have the same problem also anyone solved this thanks
Same problem with composer installation because it still uses itbz/fpdi 1.6.
Release new version for composer