Skip to content

Add a copy function for the SHA256 checksum#1957

Open
sy-records wants to merge 2 commits into
php:masterfrom
lufei:sha256
Open

Add a copy function for the SHA256 checksum#1957
sy-records wants to merge 2 commits into
php:masterfrom
lufei:sha256

Conversation

@sy-records

@sy-records sy-records commented Jul 6, 2026

Copy link
Copy Markdown
Member

Close #1956

@derickr derickr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is good, but it's not complete. There is a whole list of versions and SHA256 codes on /releases/ as well.

@sy-records sy-records marked this pull request as draft July 8, 2026 09:27
@sy-records sy-records marked this pull request as ready for review July 8, 2026 10:03
Comment thread include/version.inc
<?php
if (isset($rel['md5'])) echo '<span class="md5sum">', $rel['md5'], '</span>';
if (isset($rel['sha256'])) echo '<span class="sha256">', $rel['sha256'], '</span>';
if (isset($rel['md5'])) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the MD5 section?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a "Copy to Clipboard" button for download checksums (SHA256/MD5)

2 participants