Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch update inc/php_configure.inc add devtoolset-3 GCC 4.9 detection in 12…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Oct 2, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,816
    12,275
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,861
    Local Time:
    5:12 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/php_configure.inc add devtoolset-3 GCC 4.9 detection in 123.09beta01

    devtoolset-3 GCC 4.9 is usually only installed and enabled for CentOS 6 when older GCC versions are detected and compilation requires a newer GCC 4.8+ version. CentOS 7 uses GCC 4.8.5 by default so doesn't trigger devtoolset-3 GCC 4.9 usage. This update is for CentOS 7 and adds devtoolset-3 GCC 4.9 usage for PHP 7 compiles only when PHP_PGO='y' is enabled for Profile Guided Optimization of PHP 7 https://community.centminmod.com/threads/added-profile-guided-optimizations-to-boost-php-7-performance.8961/


    Continue reading...

    123.09beta01 branch