We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2063f2 + 6fc9602 commit b33e4f3Copy full SHA for b33e4f3
src/Fpdf/Fpdf.php
@@ -2,12 +2,12 @@
2
/*******************************************************************************
3
* FPDF *
4
* *
5
-* Version: 1.81 *
6
-* Date: 2015-12-20 *
+* Version: 1.82 *
+* Date: 2019-12-07 *
7
* Author: Olivier PLATHEY *
8
*******************************************************************************/
9
10
-define('FPDF_VERSION','1.81');
+define('FPDF_VERSION','1.82');
11
12
class Fpdf
13
{
@@ -1045,9 +1045,6 @@ protected function _dochecks()
1045
// Check mbstring overloading
1046
if(ini_get('mbstring.func_overload') & 2)
1047
$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);
1051
}
1052
1053
protected function _checkoutput()
0 commit comments