Skip to content

Commit b33e4f3

Browse files
authored
Merge pull request #37 from no-simpler/master
Upgrade Fpdf to v1.82
2 parents d2063f2 + 6fc9602 commit b33e4f3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Fpdf/Fpdf.php

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/*******************************************************************************
33
* FPDF *
44
* *
5-
* Version: 1.81 *
6-
* Date: 2015-12-20 *
5+
* Version: 1.82 *
6+
* Date: 2019-12-07 *
77
* Author: Olivier PLATHEY *
88
*******************************************************************************/
99

10-
define('FPDF_VERSION','1.81');
10+
define('FPDF_VERSION','1.82');
1111

1212
class Fpdf
1313
{
@@ -1045,9 +1045,6 @@ protected function _dochecks()
10451045
// Check mbstring overloading
10461046
if(ini_get('mbstring.func_overload') & 2)
10471047
$this->Error('mbstring overloading must be disabled');
1048-
// Ensure runtime magic quotes are disabled
1049-
if(get_magic_quotes_runtime())
1050-
@set_magic_quotes_runtime(0);
10511048
}
10521049

10531050
protected function _checkoutput()

0 commit comments

Comments
 (0)