Learn about Centmin Mod LEMP Stack today
Become a Member

Beta Branch update PHP 7.2+ argon/libsodium routine & prep PHP 7.3 alpha support

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 8, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    54,087
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    11:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update PHP 7.2+ argon/libsodium routine & prep PHP 7.3 alpha support

    - updated 123.09beta01's PHP 7.2+ routine to fix up optional argon2 and libsodium PHP support when PHP_LIBZIP='y' is set (default is disabled for PHP 7.2) Beta Branch - update PHP 7.2 libzip, libsodium & argon2 route
    - prep for PHP 7.3 alpha install support PHP: News Archive - 2018 which natively assumes/requires/enables argon2/libsodium. So with PHP 7.3 detected, PHP_LIBZIP='y' is automatically enabled by Centmin Mod centmin.sh menu option 5 php update/compile routine.
    - currently PHP 7.3 alpha update is broken with zend opcode, igbinary and redis are failing to compile and segfaults when trying 7.3.0alpha1 update version so do not try it yet

    Code (Text):
    PHP 7.3.0alpha1 (cli) (built: Jun  7 2018 22:02:56) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.3.0-dev, Copyright (c) 1998-2018 Zend Technologies
    Segmentation fault (core dumped)
    



    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,087
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    11:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+