mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1186] GetID3 version used in Koel is obsolete #681
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#681
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fschlaef on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1186
Describe the bug
get_magic_quotes_runtime()was deprecated in PHP 7.4, and fixed in getID3 version 1.9.19 (see https://github.com/JamesHeinrich/getID3/releases)As a result, the Scan function doesn't work on PHP 7.4.
To reproduce
Steps to reproduce the behavior:
Stacktrace
Environment
@BrookeDot commented on GitHub (Feb 27, 2020):
#1078 is related. There were some issues with the latest version. I'm sure if someone wanted to make sure the latest version of GetID3 worked with Koel it could be updated though.
@BrookeDot commented on GitHub (Feb 27, 2020):
The library has also been bumped in Master so this should be resolved in the next release:
github.com/phanan/koel@2de16f1ed9For now you can manually update your
composer.lockfile and the issue will be solved.@BrookeDot commented on GitHub (Apr 21, 2020):
4.3.0 has been released fixing this. Closing.