Closed (duplicate)
Project:
PHP FFmpeg
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2023 at 16:24 UTC
Updated:
22 Dec 2023 at 10:37 UTC
Jump to comment: Most recent
Comments
Comment #4
arturopanettaI sent a merge request to make this module D10 compliant. The code sent also contains patch #9 of #3256578, I had to insert patch #3256578 #9 as the code I sent would not work on Drupal 10. Also patch #9 I had to modify to make it work with D10.
The rest should go smoothly.
Comment #6
bhanu951 commentedAdded D10 compatibility in Composer.json.
Comment #9
jojo_martin commentedWhen using the work from https://git.drupalcode.org/project/php-ffmpeg/-/merge_requests/4 I ran into errors and noticed some refactored functions were missing return statements, so I made https://git.drupalcode.org/project/php-ffmpeg/-/merge_requests/5 and it seems to work well enough to get by now. It feels weird to make a new merge request since this is building off of an existing merge request, but this seemed to be the best option to get the fix accessible to grab as a patch for now.
Comment #10
berdirCommitted D10 changes as part of #3256578: Incompatible with newest version of the php-ffmpeg (v0.19.0) package, Drupal 10 compatibility, as far as I could see there was nothing here that was needed on top of the generated patch in #3297867: Automated Drupal 10 compatibility fixes.