Join the community today
Become a Member

Beta Branch add support for PHP extension variables ftp, igbinary, memcache(d)

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 26, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    1:04 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add support for PHP extension variables ftp, igbinary, memcache(d)


    As requested at https://community.centminmod.com/posts/18888/, added to 123.09beta01 new centmin.sh variables to optionally disable PHP extensions, ftp, memcache, memcached and igbinary when these variables are set to ='n' in centmin.sh. By default they are enabled and set to ='y'. Even better to allow the changes to use persist on Centmin Mod updates you can bypass the centmin.sh edit and use a persistent configuration file outlined at http://centminmod.com/upgrade.html - create file at /etc/centminmod/custom_config.inc and add to it below variable(s) with desired ='n' or ='y' defaults and then recompile PHP-FPM via centmin.sh menu option 5 and Memcache via centmin.sh menu option 10

    PHP_FTPEXT='n'
    PHP_MEMCACHE='n'
    PHP_MEMCACHED='n'
    IGBINARY_INSTALL='n'

    Continue reading...

    123.09beta01 branch