Make WordPress Core


Ignore:
Timestamp:
09/29/2025 07:11:01 PM (2 months ago)
Author:
swissspidy
Message:

External Libraries: Backport upstream PHP 8.5 fixes for getID3.

In absence of a new release, this cherry-picks 8cb29233 and dbda40de.

Props swissspidy, vidugupta, TobiasBg, desrosj.
Fixes #64051. See #63061.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ID3/getid3.lib.php

    r56975 r60812  
    17891789        }
    17901790        if (isset($commandline)) {
    1791             $output = trim(`$commandline`);
     1791            $output = trim(shell_exec($commandline));
    17921792            if (ctype_digit($output)) {
    17931793                $filesize = (float) $output;
Note: See TracChangeset for help on using the changeset viewer.