Welcome to Centmin Mod Community
Become a Member

Php 7 by default

Discussion in 'Feature Requests & Suggestions' started by Speed Addict, Dec 3, 2016.

  1. Speed Addict

    Speed Addict New Member

    18
    4
    3
    Dec 1, 2016
    Ratings:
    +8
    Local Time:
    9:21 AM
    if ubuntu 16.04 lts has php 7 by default so should centminmod. It's nor fair to the vast majority of us who want the extra performance and have sites(Wordpress) that have supported it for more than a year.

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:21 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Unfortunately you need to cater to the masses and majority of folks still use PHP 5.5 or 5.6. Centmin Mod 123.09beta01 has a installer which defaults to PHP 7.0.x latest outlined at Beta Branch - Centmin Mod .09 beta branch Testing | Centmin Mod Community

    install 123.09beta01 with php 7 default
    Code (Text):
    yum -y update; curl -O https://centminmod.com/betainstaller7.sh && chmod 0700 betainstaller7.sh && bash betainstaller7.sh
     
  3. Speed Addict

    Speed Addict New Member

    18
    4
    3
    Dec 1, 2016
    Ratings:
    +8
    Local Time:
    9:21 AM
    I don't believe this is true anymore atleast for centminmod users. Can we do a vote or something?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:21 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:21 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    I prefer to have as default latest 5.6.x for compatibility reasons and then i can upgrade very easy if needed but you can use the one line installer with a parameter to get as default the php7 :)
     
  6. Speed Addict

    Speed Addict New Member

    18
    4
    3
    Dec 1, 2016
    Ratings:
    +8
    Local Time:
    9:21 AM
    Yes but this not accurate to their actual needs as 5.6 is default and if things(Wordpress) are working, then they won't upgrade even though their software is fully compatible.
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:21 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    123.08stable default is php 5.5 while 123.09beta01 is php 5.6

    survey started when they were php 5.4 and 5.5 default respectively
     
  8. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    6:21 AM
    Nginx 1.21.x
    MariaDB 10.1.x
    Yeah I've been interested in upgrading from 5.6.x to PHP7 but the software I run on my server requires ioncube which doesn't support PHP7 yet :(
     
  9. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:21 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ioncube does support php 7.0.x but not php 7.1.x :)
     
  10. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    6:21 AM
    Nginx 1.21.x
    MariaDB 10.1.x
    Oh really? I guess I'll have to upgrade then.
    Not sure why I didn't check on this...