Commit:    da811c575c126d40f7297fadbb759e5b98f68380
Author:    Sara Golemon <[email protected]>         Mon, 5 Jun 2017 22:13:02 -0400
Parents:   c9224979fe2c56cda84cca664b7eed34df79e16d
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=da811c575c126d40f7297fadbb759e5b98f68380

Log:
Include sha256 checksums on /releases page

Changed paths:
  M  releases/index.php


Diff:
diff --git a/releases/index.php b/releases/index.php
index 907beac..271c486 100644
--- a/releases/index.php
+++ b/releases/index.php
@@ -184,6 +184,9 @@ function mk_rel($major, $ver, $date, $announcement, 
$source, $windows, $museum)
                                if (isset($src["md5"])) {
                                        echo '<span class="md5sum">md5: ' 
.$src["md5"]. "</span>\n";
                                }
+                               if (isset($src["sha256"])) {
+                                       echo '<span class="sha256sum">sha256: ' 
.$src["sha256"]. "</span>\n";
+                               }
                        } else {
                                echo '<a 
href="'.$src['link'].'">'.$src['name'].'</a>';
                        }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to