Welcome to Centmin Mod Community
Become a Member

Beta Branch update PHP_PGO='y' routine for EL8/EL9 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 26, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,907
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    5:48 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update PHP_PGO='y' routine for EL8/EL9 in 140.00beta01

    - On EL8 systems (specifically EL 8.9+), if optional PHP-FPM profile guided optimizations are enabled via PHP_PGO='y' for PHP 7.2, there is a GCC 13 compiler bug that causes PHP 7.2 compilation to fail. This update, allows falling back to GCC 12 compiler to allow PHP 7.2 to compile with optional PHP_PGO='y' enabled. The update falls back from GCC 13 to GCC 12 covers EL 8.9+ systems with PHP 7.0, 7.1, 7.2, 7.3 and 7.4 and for EL 9.3+ with PHP 7.4 just to be safe right now

    Continue reading...


    140.00beta01 branch