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

Function get_magic_quotes_runtime() is deprecated

Open mureithimaina opened this issue 3 years ago • 2 comments

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); }

mureithimaina avatar Jul 06 '21 08:07 mureithimaina

i have the same problem also anyone solved this thanks

khanay1981 avatar Aug 27 '21 06:08 khanay1981

Same problem with composer installation because it still uses itbz/fpdi 1.6.

Release new version for composer

kveldscholten avatar Sep 24 '21 12:09 kveldscholten