Welcome to Centmin Mod Community
Become a Member

Master Branch add optional external libgd PHP extension support in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 7, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:04 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    add optional external libgd PHP extension support in 123.09beta01

    - PHP usually installs libgd version that is bundled with PHP. However, you can also opt to install a newer version of libgd with PHP. This update optionally allows installing PHP with an external more up to date libgd version for PHP 7.4+ and PHP 8.0-8.1 https://www.php.net/manual/en/image.installation.php
    - Add libgd 2.3.3 support https://github.com/libgd/libgd/blob/gd-2.3.3/CHANGELOG.md when PHP_LIBGD_EXTERNAL='y' variable is set in persistent config file /etc/centminmod/custom_config.inc prior to running centmin.sh menu option 5 PHP upgrade/recompiles
    - External libgd support is handled differently in PHP 7.4+ and PHP 8.0+ compared to PHP 7.0 to 7.3. So external libgd support is only for PHP 7.4+ and PHP 8.0-8.1

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.