Discover Centmin Mod today
Register Now

Master Branch add DEVTOOLSET_PHP='n' variable for PHP compile with devtoolset GCC v…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 2, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    59,329
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    3:33 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    add DEVTOOLSET_PHP='n' variable for PHP compile with devtoolset GCC version

    Up to now only time PHP uses devtoolset GCC versions like GCC 7.3.1+ is when PHP_PGO='y' is enabled. Otherwise native system GCC version is used for PHP compiles. The new variable added DEVTOOLSET_PHP='n' is the default to keep existing state. But if you enabled it DEVTOOLSET_PHP='y' in persistent config file /etc/centminmod/custom_config.inc prior to recompile for PHP via centmin.sh menu option 5, you can use devtoolset GCC version 7.3.1+ for PHP compile even when PHP_PGO='n' disabled.

    Continue reading...

    Centmin Mod Github Master branch

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