Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native hash functions instead of obsolete external binaries #198

Merged

Conversation

StudioMaX
Copy link
Collaborator

As of PHP 5.1.2, the Hash extension is bundled and compiled into PHP by default.
It may be explicitly disabled by using the --disable-hash switch to configure. Earlier versions of PHP may incorporate the Hash extension by installing the » PECL module.
As of PHP 7.4.0, the Hash extension is a core PHP extension, so it is always enabled.

  • Remove obsolete md5sum.exe, sha1sum.exe, tail.exe

getid3_lib::CopyFileParts is now also not used, but I did not delete it because it is declared as public and someone can use it.

@JamesHeinrich can you please check this on your set of media files?

@JamesHeinrich JamesHeinrich merged commit 7e98783 into JamesHeinrich:master Jul 24, 2019
@StudioMaX StudioMaX deleted the modern-file-checksum-calculation branch December 15, 2020 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants