N°2329 PHP 7.4 compat : fix warnings in TCPDF

Integrate last TCPDF fork version (6.3.2)
This commit is contained in:
Pierre Goiffon
2020-01-08 10:59:39 +01:00
parent 4544bba652
commit e47e02932a
13 changed files with 172 additions and 111 deletions

View File

@@ -55,7 +55,7 @@ class TCPDF_STATIC {
* Current TCPDF version.
* @private static
*/
private static $tcpdf_version = '6.2.26';
private static $tcpdf_version = '6.3.2';
/**
* String alias for total number of pages.
@@ -1929,7 +1929,7 @@ class TCPDF_STATIC {
continue;
}
$ret = @file_get_contents($path);
if ($ret !== false) {
if ( $ret != false ) {
return $ret;
}
// try to use CURL for URLs