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/Core32/ChaCha20/Ctx.php

    r46586 r51591  
    7171     * @return void
    7272     */
     73    #[ReturnTypeWillChange]
    7374    public function offsetSet($offset, $value)
    7475    {
     
    9495     * @psalm-suppress MixedArrayOffset
    9596     */
     97    #[ReturnTypeWillChange]
    9698    public function offsetExists($offset)
    9799    {
     
    106108     * @psalm-suppress MixedArrayOffset
    107109     */
     110    #[ReturnTypeWillChange]
    108111    public function offsetUnset($offset)
    109112    {
     
    118121     * @psalm-suppress MixedArrayOffset
    119122     */
     123    #[ReturnTypeWillChange]
    120124    public function offsetGet($offset)
    121125    {
Note: See TracChangeset for help on using the changeset viewer.