Want to subscribe to topics you're interested in?
Become a Member

Beta Branch - enable PHP GD AVIF support by default for PHP >=8.1 in EL8/EL9 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 27, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:55 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    - enable PHP GD AVIF support by default for PHP >=8.1 in EL8/EL9 in 140.00beta01

    - set PHP_LIBGD_EXTERNAL='y' to enable by default to use newer libgd 2.3.3. To disable set PHP_LIBGD_EXTERNAL='n' in the persistent config file /etc/centminmod/custom_config.inc prior to initial install or prior to running centmin.sh menu option 5 PHP recompile/upgrade/downgrades.
    - add and enable by default, PHP_GD_AVIF='y' for PHP >=8.1 in EL8/EL9 OSes. To disable set PHP_GD_AVIF='n' in the persistent config file /etc/centminmod/custom_config.inc prior to initial install or prior to running centmin.sh menu option 5 PHP recompile/upgrade/downgrades.

    php --ri gd


    gd

    GD Support => enabled
    GD headers Version => 2.3.3
    GD library Version => 2.3.3
    FreeType Support => enabled
    FreeType Linkage => with freetype
    GIF Read Support => enabled
    GIF Create Support => enabled
    JPEG Support => enabled
    PNG Support => enabled
    WBMP Support => enabled
    XPM Support => enabled
    XBM Support => enabled
    WebP Support => enabled
    BMP Support => enabled
    AVIF Support => enabled
    TGA Read Support => enabled

    Directive => Local Value => Master Value
    gd.jpeg_ignore_warning => On => On

    Continue reading...

    140.00beta01 branch