Join the community today
Register Now

PHP Security PHP 7.3.8, 7.2.21 & 7.1.31 Security Updates Discuss

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Aug 1, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. steph40

    steph40 Member

    84
    17
    8
    Jan 28, 2019
    Ratings:
    +34
    Local Time:
    7:11 PM
    1.1.5
    mariadb 10
    I got those error when upgrading
    PHP: syntax error, unexpected '(' in /etc/centminmod/php.d/b_customphp.ini on line 3
    PHP: syntax error, unexpected '(' in /etc/centminmod/php.d/b_zendopcache.ini on line 2
    PHP: syntax error, unexpected '(' in /etc/centminmod/php.d/b_customphp.ini on line 3
    PHP: syntax error, unexpected '(' in /etc/centminmod/php.d/b_zendopcache.ini on line 2
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    though look like custom files you added ?

    contents of /etc/centminmod/php.d/b_customphp.ini and /etc/centminmod/php.d/b_zendopcache.ini ?

    wrap in CODE bbcode tags
     
  4. steph40

    steph40 Member

    84
    17
    8
    Jan 28, 2019
    Ratings:
    +34
    Local Time:
    7:11 PM
    1.1.5
    mariadb 10
    Yes you are right, sorry should have rested a bit before posting, also forgot about bbcode, my bad, all good now.
    The culprid was
    Code:
    opcache.validate_timestamps=0 (comment this out in your dev environment)
    
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah remove the bracket stuff ;)
     
  6. Mak Adang

    Mak Adang Member

    62
    20
    8
    Jan 4, 2015
    Ratings:
    +23
    Local Time:
    6:11 AM
    1.9.0
    10.0.18-MariaDB
    Hi @eva2000 what is main benefit to enabled sodium & argon in our server?
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,896
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    9:11 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if your php web apps support them, you'd have stronger password hashing support. For example Xenforo 2.1 supports Argon2 password hashing https://xenforo.com/community/threa...orted-improvements.155901/page-6#post-1294989

     
  8. Mak Adang

    Mak Adang Member

    62
    20
    8
    Jan 4, 2015
    Ratings:
    +23
    Local Time:
    6:11 AM
    1.9.0
    10.0.18-MariaDB
    Thanks Eva, got it now.