Get the most out of your Centmin Mod LEMP stack
Become a Member

PHP PHP 7.4.6 Released!

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, May 14, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:50 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Updating from 7.4.5 i noticed a warning:

    Code:
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicuuc.so.50, needed by /lib64/libpsl.so.0, may conflict with libicuuc.so.62
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicudata.so.50, needed by /lib64/libpsl.so.0, may conflict with libicudata.so.62
    Generating phar.php
    /bin/sh /svr-setup/php-7.4.6/fpm-build/libtool --silent --preserve-dup-deps --mode=install cp ext/opcache/opcache.la /svr-setup/php-7.4.6/fpm-build/modules
    Generating phar.phar
    PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
    directorygraphiterator.inc
    directorytreeiterator.inc
    invertedregexiterator.inc
    pharcommand.inc
    clicommand.inc
    phar.inc
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicuuc.so.50, needed by /lib64/libpsl.so.0, may conflict with libicuuc.so.62
    /opt/rh/devtoolset-9/root/usr/libexec/gcc/x86_64-redhat-linux/9/ld: warning: libicudata.so.50, needed by /lib64/libpsl.so.0, may conflict with libicudata.so.62
    Is it ok? Should we adjust anything related?

    Latest Centminod (updated before the upgrade) and latest Centos 7.

    Thank you !!!
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    nice eye, yes I have seen that and should be ok from what others who require newer libicu 62 version in intl PHP extension have reported. But still researching the implications.
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:50 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Not sure now if i should update or not ha ha ha :D
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    libpsl rockdaboot/libpsl
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, libpsl is only installed if you decide to optionally install newer curl via curl addons/customcurl.sh
    Code (Text):
    ls -lah addons | grep curl
    -rwxrwxr-x  1 root root 8.4K Sep 25  2019 customcurl.sh
    

    Code (Text):
    yum -y update --disablerepo=* --enablerepo=city-fan.org --disableplugin=priorities
    
    curl -V
    curl 7.70.0 (x86_64-redhat-linux-gnu) libcurl/7.70.0 NSS/3.44 zlib/1.2.7 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.9.0 nghttp2/1.31.1
    Release-Date: 2020-04-29
    Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
    Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL UnixSockets
    
     
  7. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:50 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Yes i installed newest Curl as Invision forum needed :)

    According to above description seems to be something simple and hard to conflict with anything....

    At least it looks like that for me...
     
  8. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:50 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Is that warning for 7.4.x only or for all latest php version slike 7.3.x and 7.2.x ?
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,508
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    1:50 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    libicu 62 is used for PHP 7.3+ and above