Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Hashes for 5.4.2 and associated backport releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyrob committed Jun 11, 2020
1 parent 5abb244 commit 7b92718
Show file tree
Hide file tree
Showing 19 changed files with 22,369 additions and 3 deletions.
952 changes: 952 additions & 0 deletions hashes-3.7.34.php

Large diffs are not rendered by default.

991 changes: 991 additions & 0 deletions hashes-3.8.34.php

Large diffs are not rendered by default.

960 changes: 960 additions & 0 deletions hashes-3.9.32.php

Large diffs are not rendered by default.

975 changes: 975 additions & 0 deletions hashes-4.0.31.php

Large diffs are not rendered by default.

979 changes: 979 additions & 0 deletions hashes-4.1.31.php

Large diffs are not rendered by default.

1,006 changes: 1,006 additions & 0 deletions hashes-4.2.28.php

Large diffs are not rendered by default.

1,022 changes: 1,022 additions & 0 deletions hashes-4.3.24.php

Large diffs are not rendered by default.

1,126 changes: 1,126 additions & 0 deletions hashes-4.4.23.php

Large diffs are not rendered by default.

1,176 changes: 1,176 additions & 0 deletions hashes-4.5.22.php

Large diffs are not rendered by default.

1,262 changes: 1,262 additions & 0 deletions hashes-4.6.19.php

Large diffs are not rendered by default.

1,315 changes: 1,315 additions & 0 deletions hashes-4.7.18.php

Large diffs are not rendered by default.

1,323 changes: 1,323 additions & 0 deletions hashes-4.8.14.php

Large diffs are not rendered by default.

1,345 changes: 1,345 additions & 0 deletions hashes-4.9.15.php

Large diffs are not rendered by default.

1,495 changes: 1,495 additions & 0 deletions hashes-5.0.10.php

Large diffs are not rendered by default.

1,499 changes: 1,499 additions & 0 deletions hashes-5.1.6.php

Large diffs are not rendered by default.

1,621 changes: 1,621 additions & 0 deletions hashes-5.2.7.php

Large diffs are not rendered by default.

1,650 changes: 1,650 additions & 0 deletions hashes-5.3.4.php

Large diffs are not rendered by default.

1,670 changes: 1,670 additions & 0 deletions hashes-5.4.2.php

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions hashes-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
}
zip_close( $zip );
}
zip_close( $zip );
$hashes .= ");";
}

Expand All @@ -42,10 +41,10 @@
}

if ( 'cli' === php_sapi_name() ) {
print '<?php' . "\n" . $hashes . ");\n";
print '<?php' . "\n" . $hashes . "\n";
} else {
echo 'Hashes for ' . $file;
echo '<pre>';
echo '&lt;?php' . "\n" . $hashes . ");\n";
echo '&lt;?php' . "\n" . $hashes . "\n";
echo '</pre>';
}

0 comments on commit 7b92718

Please sign in to comment.