Make WordPress Core


Ignore:
Timestamp:
09/26/2022 01:58:53 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update sodium_compat to v1.19.0.

The latest version of sodium_compat includes improved compatibility with the PHP 8.0 named parameters functionality.

Release notes:
https://github.com/paragonie/sodium_compat/releases/tag/v1.19.0

A full list of changes in this update can be found on GitHub:
https://github.com/paragonie/sodium_compat/compare/v1.18.0...v1.19.0

Follow-up to [49741], [51002], [51591], [52988], [54150].

Props jrf, paragoninitiativeenterprises.
Fixes #56653.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sodium_compat/lib/sodium_compat.php

    r51002 r54310  
    779779     * @throws \SodiumException
    780780     * @throws \TypeError
     781     *
     782     * @psalm-suppress MissingParamType
     783     * @psalm-suppress MissingReturnType
     784     * @psalm-suppress ReferenceConstraintViolation
    781785     */
    782786    function memzero(&$str)
Note: See TracChangeset for help on using the changeset viewer.