Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch php redis extension 3.1.3RC2

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 28, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,860
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:18 PM
    Mainline
    10.2
    But when I rebuild Redis PHP I only got 3.1.3RC1.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,860
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    did you update centmin.sh via menu option 23 submenu option 2 ?

    edit: indeed 3.1.3RC2 still reports as 3.1.3RC1

    Code (Text):
    php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 3.1.3RC1
    Available serializers => php, igbinary

    Must be a cosmestic bug in redis 3.1.3RC2 for version number as I can see it did install 3.1.3RC2
    Code (Text):
    Libraries have been installed in:
       /svr-setup/phpredis-3.1.3RC2/modules
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    
    Build complete.
    Don't forget to run 'make test'.
    
    Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20160731/
    
     
  4. Xon

    Xon Active Member

    173
    61
    28
    Nov 16, 2015
    Ratings:
    +229
    Local Time:
    6:18 PM
    1.15.x
    MariaDB 10.3.x
  5. eva2000

    eva2000 Administrator Staff Member

    54,860
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    committed that update to 123.09beta01 before I went to bed, just haven't pushed it yet :)
    Code (Text):
    php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 3.1.3
    Available serializers => php, igbinary
    
     
  6. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    11:18 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Code (Text):
    # php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 3.1.3
    Available serializers => php, igbinary