Make the Media module compatible with PHP 8.0.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | media7x1x-n3208029-13.patch | 506 bytes | joseph.olstad |
| #5 | media-n3208029-5.patch | 1.3 KB | damienmckenna |
Make the Media module compatible with PHP 8.0.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | media7x1x-n3208029-13.patch | 506 bytes | joseph.olstad |
| #5 | media-n3208029-5.patch | 1.3 KB | damienmckenna |
Comments
Comment #2
damienmckennaThe Metatag tests use the Media module and it ran into these errors:
Comment #3
damienmckennaComment #4
joseph.olstadThanks, I haven't had a chance to make a patch yet but ya any assistance is appreciated! Thanks so much in advance.
Definately is a priority. file_entity also needs it
Comment #5
damienmckennaThis should fix both issues. Incidentally it fixes hook_features_export_render() as the module name is not an optional argument anyway.
Comment #6
joseph.olstadNice, ok it's going in
Thanks!
Comment #10
joseph.olstadok I pushed this in, but there's still 16 errors for php 8
tagged new releases maybe prematurely.
the other errors might be related to file_entity not media.
?
Comment #11
joseph.olstadno regressions though, that's good
Comment #12
joseph.olstadHmm, patch was good, but need to figure out what else needs to go in , maybe file_entity changes.
Comment #13
joseph.olstadpatch for 1.x
Comment #14
joseph.olstadComment #15
joseph.olstadComment #16
mile23You know... This issue showing up as RTBC or NW in the release notes isn't a good look... :-) https://www.drupal.org/project/media/releases/7.x-2.27
Maybe try a new issue?
Comment #17
joseph.olstadPatch?
Comment #18
damienmckennaThere are a bunch of additional errors in the testbot logs: https://www.drupal.org/pift-ci-job/2027264
Comment #19
joseph.olstadI suggest we start with the file_entity fixes
#3208277: PHP 8 compatibility for file_entity
Comment #20
joseph.olstadlatest core fixes makes all PHP 8.0 tests GREEN!
w00t, thanks @DamienMcKenna