Want to subscribe to topics you're interested in?
Become a Member

SSL Please add option to disable some 3rd party modules for PHP?

Discussion in 'Bug Reports' started by rdan, Sep 19, 2015.

  1. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:32 AM
    Mainline
    10.2
    Like GeoIP, Igbinary, memcache, memcached?
    GeoIP, Igbinary is the reason PHP7RC3 crash on WP site I manage.
    When I deleted it, PHP7 works fine with Heavy Wordpress Site.
    So I don't wntit to compile with PHP.

    Thanks!

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    just remove the .ini files from respective php extensions from output of
    Code:
    php --ini
    they usually don't return on subsequent php recompiles unless the php extension was previously installed and the .ini file is detected prior to recompile/upgrades.
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:32 AM
    Mainline
    10.2
    GeoIP always gets recompiled.
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Done added to 123.09beta01 only add PHPGEOIP_ALWAYS=y variable to centmin.sh · centminmod/centminmod@a852e83 · GitHub new centmin.sh option

     
  6. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:32 AM
    Mainline
    10.2
    What about for Imagick?
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:32 AM
    Mainline
    10.2
    PHPGEOIP_ALWAYS=n
    PHPIMAGICK=n

    Useful for PHP7.