Join the community today
Register Now

PHP PHP 7.0.25 & PHP 7.1.11 CVE Security Update Available

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Oct 26, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    55,903
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    10:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Overwrite prompts never touch multiple php-fpm pools configs or phpmyadmin installed separate php-fpm pool

     
  2. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    3:37 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    I am talking about this edit for example:

    Code:
    edit /usr/local/nginx/conf/php.conf replace OR comment out with hash # in front
    Code:
    
    fastcgi_pass   127.0.0.1:9000;
    
    and replace with or add
    Code:
    
    fastcgi_next_upstream error timeout http_500 http_503;
    fastcgi_pass phpbackend;
    fastcgi_keep_conn on;
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,903
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    10:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if you edit those in php.conf for multiple php-fpm pools usage, then you want to skip overwriting php.conf anyway
     
  4. deltahf

    deltahf Premium Member Premium Member

    590
    267
    63
    Jun 8, 2014
    Ratings:
    +495
    Local Time:
    8:37 PM
    Finally made the jump from PHP 5.6 to 7.0 with this release. Everything is flying!

    The only problems I've had so far relate to a XenForo plugin ([bd] Widgets).
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,903
    12,281
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,868
    Local Time:
    10:37 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    better late than never.. bd widgets had/has a beta with PHP 7 support - using it on this forums with PHP 7.1.11 :)
     
  6. rdan

    rdan Well-Known Member

    5,451
    1,412
    113
    May 25, 2014
    Ratings:
    +2,206
    Local Time:
    8:37 AM
    Mainline
    10.2
  7. deltahf

    deltahf Premium Member Premium Member

    590
    267
    63
    Jun 8, 2014
    Ratings:
    +495
    Local Time:
    8:37 PM
    Thanks, guys, I did try the beta but it was pretty buggy for me.

    Weird that he didn't update the stable version number for the PHP 7 update!

    Anyways, I took the opportunity to switch over to Sidebar Positions by AndyB. It doesn't have quite as many options as [bd]Widgets, but I feel a bit better using the built-in sidebar for XenForo.