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

misc: Replace sha1() by hash('sha1', ...) #544

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Commits on Jul 5, 2024

  1. misc: Replace sha1() by hash('sha1', ...)

    The dedicated `sha1()` function is proposed for deprecation with PHP 8.4:
    https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_md5_sha1_md5_file_and_sha1_file
    
    For a future change it might also be considered to move to a cheaper hash
    function. The xxHash family (available as `xxh*`) is faster and should be
    sufficiently collision resistant for use within the cache.
    TimWolla committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0420306 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    356821e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5433e50 View commit details
    Browse the repository at this point in the history