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/Core/Curve25519/Fe.php

    r46586 r51591  
    6161     * @psalm-suppress MixedArrayOffset
    6262     */
     63    #[ReturnTypeWillChange]
    6364    public function offsetSet($offset, $value)
    6465    {
     
    8081     * @psalm-suppress MixedArrayOffset
    8182     */
     83    #[ReturnTypeWillChange]
    8284    public function offsetExists($offset)
    8385    {
     
    9294     * @psalm-suppress MixedArrayOffset
    9395     */
     96    #[ReturnTypeWillChange]
    9497    public function offsetUnset($offset)
    9598    {
     
    104107     * @psalm-suppress MixedArrayOffset
    105108     */
     109    #[ReturnTypeWillChange]
    106110    public function offsetGet($offset)
    107111    {
Note: See TracChangeset for help on using the changeset viewer.