mirror of
https://github.com/tecnickcom/TCPDF.git
synced 2025-03-19 21:49:39 +01:00
* Fix call signatures on example 12 for PHP 8.1 strpos null errors * Fix #401 - PHP 8.1 casts to int - getGDgamma - CoonsPatchMesh Fixes: tecnickcom/TCPDF#401 * PHP 8.1 - cast in _RC4 before sending to str_repeat * Enable back extensions on PHP 5.{3,4,5} * Improve the test script to allow testing other PHP versions locally * Fix typo on "parametrs" -> "parameters" * Reduce possible side effects with the OS * Fix #461 - fix barcodes handling using false, PHP 8.1 deprecation Fixes: tecnickcom/TCPDF#461 * Fix #401 - PHP 8.1 casts to int - CoonsPatchMesh Fixes: tecnickcom/TCPDF#401 Co-authored-by: Nicola Asuni <nicolaasuni@users.noreply.github.com>