Make WordPress Core


Ignore:
Timestamp:
08/10/2021 01:03:41 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update sodium_compat to v1.17.0.

The latest version of sodium_compat includes fixes for PHP 8.1 compatibility and a fix for PHP 5.6 compatibility.

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

Follow-up to [49741], [51002].

Props jrf.
Fixes #53907.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php

    r46586 r51591  
    105105     * @throws TypeError
    106106     */
     107    #[ReturnTypeWillChange]
    107108    public function offsetSet($offset, $value)
    108109    {
     
    125126     * @psalm-suppress MixedArrayOffset
    126127     */
     128    #[ReturnTypeWillChange]
    127129    public function offsetExists($offset)
    128130    {
     
    137139     * @psalm-suppress MixedArrayOffset
    138140     */
     141    #[ReturnTypeWillChange]
    139142    public function offsetUnset($offset)
    140143    {
     
    149152     * @psalm-suppress MixedArrayOffset
    150153     */
     154    #[ReturnTypeWillChange]
    151155    public function offsetGet($offset)
    152156    {
Note: See TracChangeset for help on using the changeset viewer.