Discover Centmin Mod today
Register Now

Beta Branch update install_libgd_external function in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 24, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,908
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:53 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update install_libgd_external function in 140.00beta01

    - 140.00beta01 recently enabled libgd 2.3.3 default and also enabled AVIF support for GD 2.3.3 but CentOS 7 doesn't hae AVIF packages so PHP-FPM compilations fail on CentOS 7 when trying to use PHP 8+ versions and the installing AVIF requires alot of version dependencies that CentOS 7 doesn't have out of the box compared to EL8/EL9 OSes. This update goes back to previous config only for CentOS 7, to install GD 2.3.3 library without AVIF enabled by default. EL8/EL9 operating systems do have AVIF so GD 2.3.3 will install fine.
    - 131.00stable for all EL7/EL8/EL9 OSes does not enable PHP AVIF support in GD by default so unaffected

    Continue reading...


    140.00beta01 branch