BrainFooLong
310624076e
removed mb_internal_encoding as it is useless
2020-09-03 11:12:30 +02:00
Jakub Jelen
0727b9598f
Remove file_id from the cloned object before destruction
...
This prevents the cloned object from removing temporary files
owned by the original object during cleanup, potentially
leaving some that were created during the transaction,
but these should be cleaned with the original object
Fixes #205
2020-04-10 17:40:02 +02:00
Nicola Asuni
485956db63
Merge pull request #197 from SuperVirus/php53-compat
...
Changed [] to array() to maintain PHP 5.3 compat.
2020-04-01 14:36:47 +01:00
SuperVirus
6617ab2cd9
Changed [] to array() to maintain PHP 5.3 compat.
2020-03-08 23:19:12 +01:00
nicolaasuni
19a535eaa7
Bump version
6.3.5
2020-02-14 14:20:12 +00:00
Nicola Asuni
6ca08645e2
Merge pull request #183 from bolduz/bolduz-tcpdf-fix-176
...
Fix #176 : syntax error on line 12387 (invalid usage of array index)
2020-02-14 14:17:28 +00:00
Nicola Asuni
51ae053e81
Merge pull request #178 from Findus23/some-more-curly-brace-fixes
...
fix curly braces in pdf417
2020-02-14 14:10:16 +00:00
Enrico
cea137671f
Fix #176 : syntax error on line 12387 (invalid usage of array index)
...
Fix a syntax error issue when accessing an index of a casted variable
2020-02-14 11:47:31 +01:00
Lukas Winkler
c09bef348d
fix curly braces in pdf417
2020-02-13 12:46:53 +01:00
nicolaasuni
510070b5e0
Unlink only images in cache
6.3.4
2020-02-12 13:26:24 +00:00
nicolaasuni
84d41c66fd
Check if imagekeys exist
2020-02-12 13:14:52 +00:00
nicolaasuni
185eb13f21
Fix syntax error
6.3.3
2020-02-12 11:32:17 +00:00
Nicola Asuni
fe779adc9e
Merge pull request #145 from woytam/patch-1
...
Problem with $imagekeys undefined or unlinked
2020-02-12 11:18:46 +00:00
Nicola Asuni
2260343cfa
Merge branch 'master' into patch-1
2020-02-12 11:18:38 +00:00
Nicola Asuni
06ac099478
Merge pull request #148 from ivan-koliadynskyy/patch
...
Update tcpdf_static.php
2020-02-12 11:16:19 +00:00
Nicola Asuni
91b3fde146
Merge pull request #146 from itrocks/svg-fixes
...
FIX SVGPath elliptical arc with rx/ry=0 + z should return to initial …
2020-02-12 11:11:40 +00:00
Nicola Asuni
e6f06ee9f8
Merge pull request #166 from sasanyasari/#165
...
set background image in RTL mode debugged
2020-02-12 11:10:54 +00:00
Nicola Asuni
c25f6d642b
Merge pull request #150 from upsite4k/patch-1
...
Valid PDF/A XMP Information
2020-02-12 11:05:55 +00:00
Nicola Asuni
ceda0aa97c
Merge branch 'master' into patch-1
2020-02-12 11:05:46 +00:00
Nicola Asuni
c50c07fade
Merge pull request #143 from DaRealFreak/fix/no-list-access
...
Prevent crash in case of no list access in cache path
2020-02-12 11:01:36 +00:00
Nicola Asuni
add4b458d5
Merge pull request #142 from DominiqueFERET/patch-1
...
Prevents crash and files deletion.
2020-02-12 11:00:35 +00:00
Nicola Asuni
ae7d45fc59
Merge pull request #141 from gabema/RemoveBackupFiles
...
Removing backup changelog files from repo
2020-02-12 10:59:44 +00:00
Nicola Asuni
3f56071806
Merge pull request #138 from tanelt/fix_pdf_a_3b_compatibility
...
Fix PDF/A-3b compatibility and validation
2020-02-12 10:57:43 +00:00
Nicola Asuni
9fa49f7da9
Merge pull request #149 from SunMar/patch-1
...
Fix license in composer.json
2020-02-12 10:53:54 +00:00
Nicola Asuni
8a55479acf
set license to LGPL 3.0
2020-02-12 10:53:43 +00:00
Nicola Asuni
621723c929
Merge pull request #137 from fisharebest/patch-1
...
PHP 7.4 - cannot use array offset on integers
2020-02-12 10:51:01 +00:00
Nicola Asuni
97c0e35a7a
Merge branch 'master' into patch-1
2020-02-12 10:50:50 +00:00
Nicola Asuni
f6fe2d7195
Merge pull request #162 from LDAV/patch-1
...
Fix php7.4 error
2020-02-12 10:49:18 +00:00
Nicola Asuni
59be217aa0
Merge branch 'master' into patch-1
2020-02-12 10:49:03 +00:00
Nicola Asuni
febd7bc5b2
Merge pull request #168 from gpenverne/fix-for-167
...
FIX - cast int pages to string
2020-02-12 10:47:30 +00:00
Nicola Asuni
822e66063b
Merge pull request #164 from mhedderich/master
...
Fixed datamatrix.php for PHP 7.4
2020-02-12 10:46:56 +00:00
Nicola Asuni
f08c237c56
Create FUNDING.yml
2020-02-01 10:23:41 +00:00
gpenverne
9c75c9c7d2
handle integers for pages
2020-01-28 10:08:38 +01:00
Sasan
b543e4df62
you can now set background image in RTL version too #165
2020-01-24 17:49:56 +03:30
Ivan Koliadynskyy
0f84e8e754
Fix for deprecated PHP features
...
Update encodeUrlQuery to make method static and prevent errors related to call non static method in static way
2020-01-23 14:57:37 +02:00
mhedderich
8d20c494fb
Fixed datamatrix.php for PHP 7.4
...
Resolved deprecation error: "Deprecated: Array and string offset access syntax with curly braces is deprecated"
2020-01-15 22:24:49 +01:00
LDAV
3575fa5f1b
Fix php7.4 error
...
PHP message: PHP Notice: Trying to access array offset on value of type int in /vendor/tecnickcom/tcpdf/tcpdf.php on line 12385
2020-01-08 15:27:06 +01:00
upsite4k
21fa9c267d
Valid PDF/A
...
property of schema was missing
2019-11-22 15:23:05 +01:00
SunMar
e2ac8de9cd
Fix license in composer.json
...
As per the [`composer.json` specification](https://getcomposer.org/doc/04-schema.md#license ) the license should be a proper identifier from the [SPDX License List](https://spdx.org/licenses/ ). For LGPL 3.0 or later the proper identifier is `LGPL-3.0-or-later`.
9fde7bb9b4/LICENSE.TXT (L5-L8)
2019-11-12 22:00:21 +01:00
Ivan Koliadynskyy
a428c95eaf
Update tcpdf_static.php
2019-11-01 15:07:12 +02:00
Baptiste Pillot
3637a35af4
FIX SVGPath elliptical arc with rx/ry=0 + z should return to initial point
...
(cherry picked from commit b00ecd6be852c95e699d0396f6ed4b2b54ad1e41)
2019-10-21 17:00:41 +02:00
Vojta Matějka
7dbdfa4051
Problem with imagekeys undefined or unlinked
...
PR #136 removed problem with undefined `$imagekeys`, but the solution skipped cleaning files in `$imagekeys`.
The problem about this is that `_destroy` function is called 3 times (from `Close` function, as `shutdown_handler` and from `__desctruct` function). Only first time is called as `destroyall == false`, but unset `$imagekeys`. My solution is to preserve `$imagekeys` to be cleaned by call with `$imagekeys == true`.
2019-10-20 15:30:04 +02:00
Dominique FERET
a90b05ad03
Better fix for crash and erasing files issue
...
Thank you to @dfontenot for his suggestion.
2019-10-02 07:17:15 +02:00
Dominique FERET
081369e428
Emergency fix: prevent erase users pictures
...
This method has deleted several logo images when we use the rollback function. Added path checking to avoid deleting files elsewhere than in /tmp/
2019-10-01 16:28:06 +02:00
Dominique FERET
ebc9ac2c81
Check existence of file before delete it.
2019-09-30 20:14:49 +02:00
Steffen Keuper
e915d4ac49
Prevent crash in case of no list access in cache path
2019-09-30 15:39:53 +02:00
Dominique FERET
e17e0daad8
Prevents the deletion of non-existent files in /tmp
...
Added an @ in front of unlink to avoid the crash.
2019-09-30 10:58:03 +02:00
gabe.martin
fc1de5bff5
Removing backup changelog files from repo
2019-09-27 11:26:33 -07:00
Tanel Tähepõld
b36b51f85a
Fixed PDF/A-3B validation issue caused by missing pdfaSchema:property. Failed veraPDF check: Specification: ISO 19005-3:2012, Clause: 6.6.2.3, Test number: 3
2019-09-21 16:40:16 +03:00
Tanel Tähepõld
19e6c95870
Added .gitignore
2019-09-21 16:07:50 +03:00