Discover Centmin Mod today
Register Now

Master Branch remove memcache php 7 extension patch in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 6, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:04 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    remove memcache php 7 extension patch in 123.09beta01

    - memcache php extension version 3.0.9 and lower were incompatible with PHP 7.3 so required a patch which centmin.sh memcached/memcache extension auto applied the patch if php 7.3 was detected. But memcache php extension 4.0.1 was released https://github.com/websupport-sk/pecl-memcache/tree/v4.0.1-php73 which has native PHP 7.3 support so that break centminmod's memcache php extension routine as it still applied the patch when PHP 7.3 was detected.
    - However, even removing the patch still has memcache 4.0.1 extension failing to install on PHP 7.3 but rolling back to memcache 3.0.9 + patch for PHP 7.3 works so doing this temporarily for now https://community.centminmod.com/threads/php-7-3-0-extensions-issue.16755/#post-71253


    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.