Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for PHP 8.2 in tcpdf_fonts.php - fixes #632 #633

Merged
merged 5 commits into from
Sep 6, 2023

Commits on Aug 1, 2023

  1. Update tcpdf_fonts.php

    Fixes "use of "self" in callables is deprecated" warning is arising from tcpdf_fonts.php when using PHP >= 8.2
    littlepackage authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    144e787 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update tcpdf_fonts.php for PHP 5.3-8.2 compatibility

    PHP 8.2 "use of "self" in callables is deprecated" yet some ways of fixing this breaks for PHP 5.3. This approach works, tested PHP 5.3.29 - 8.2.0
    littlepackage authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d1ba250 View commit details
    Browse the repository at this point in the history
  2. Update tcpdf_fonts.php

    Spaces added back in before arguments
    littlepackage authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    135739a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update tcpdf_fonts.php using get_called_class()

    Maneuvers compatibility of callables inside array_map() between PHP 5.3 and 8.2 - tested.
    littlepackage authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9ee754e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    253d7b4 View commit details
    Browse the repository at this point in the history