Join the community 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

    59,368
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,145
    Local Time:
    12:19 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.