Discover Centmin Mod today
Register Now

PHP PHP 8.1.16 Released!

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Feb 15, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Continue reading...

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, PHP 8.1.16 download from php.net seems to have been rushed and the tar.gz file is broken. If you try centmin.sh menu option 5 update to PHP 8.1.16 you will get errors related to tar download file right now
    Code (Text):
    *************************************************
    * Upgrading PHP
    *************************************************
    CA server detected
                                                                                   
    HTTP/2 200 
    1
    0
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 11.6M  100 11.6M    0     0  7164k      0  0:00:01  0:00:01 --:--:-- 7167k
    Download done.
    
    tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
    tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
    
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks like we can ignore that tar error

    The "tar" command is a popular utility in Unix-like operating systems used for archiving and compressing files and directories. The message you are seeing suggests that while extracting an archive, the tar command encountered an extended header keyword that it didn't recognize or support.

    In this particular case, the extended header keyword is "LIBARCHIVE.xattr.com.apple.provenance". This keyword is used by the macOS operating system to store file metadata related to the file's origin and authenticity.

    While tar is generally capable of extracting files with extended headers, some versions of tar may not support all possible extended headers, which can result in this error message. This error message can generally be safely ignored, as the files should still have been extracted properly.

    If you encounter any issues with the extracted files, you may want to investigate further or try extracting the files with a different tool that supports extended headers.
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,363
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:28 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like the updated PHP 8.1.16 tar.gz file and fixed the error message php.announce: PHP 8.1.16 tarballs fixed! [Re: PHP 8.1.16 Released!]