Welcome to Centmin Mod Community
Register Now

PHP-FPM Disable some PHP extension

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by rdan, Jul 30, 2015.

  1. rdan

    rdan Well-Known Member

    5,450
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    1:50 PM
    Mainline
    10.2
    Having this on config:
    Code:
    PHPDEBUGMODE=n               # --enable-debug PHP compile flag
    PHPFINFO=n                   # Disable or Enable PHP File Info extension
    PHPPCNTL=n                   # Disable or Enable PHP Process Control extension
    PHPINTL=n                    # Disable or Enable PHP intl extension
    PHPRECODE=n                   # Disable or Enable PHP Recode extension
    PHPSNMP=n    
    
    Will not install all this extension right?

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    3:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup that's correct :)

    FYI, PHPPCNTL is needed if folks need to use vB to Xenforo big board importer addon ;)