Make WordPress Core


Ignore:
Timestamp:
08/10/2021 01:03:41 PM (4 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/ChaCha20/Ctx.php

    r46586 r51591  
    7070     * @psalm-suppress MixedArrayOffset
    7171     */
     72    #[ReturnTypeWillChange]
    7273    public function offsetSet($offset, $value)
    7374    {
     
    8788     * @return bool
    8889     */
     90    #[ReturnTypeWillChange]
    8991    public function offsetExists($offset)
    9092    {
     
    99101     * @psalm-suppress MixedArrayOffset
    100102     */
     103    #[ReturnTypeWillChange]
    101104    public function offsetUnset($offset)
    102105    {
     
    111114     * @psalm-suppress MixedArrayOffset
    112115     */
     116    #[ReturnTypeWillChange]
    113117    public function offsetGet($offset)
    114118    {
Note: See TracChangeset for help on using the changeset viewer.