WordPress/wp-includes/sodium_compat/src
Sergey Biryukov bf2edf9cab External Libraries: Backport a commit from sodium_compat trunk to fix a PHP 8 error.
This addresses an "Undefined constant `MB_OVERLOAD_STRING`" fatal error in the `ParagonIE_Sodium_Core_Util::isMbStringOverride()` method.

In PHP 8, the `MB_OVERLOAD_STRING` constant has been removed, along with the `mbstring` function overloading feature.

Fixes #51399.
Built from https://develop.svn.wordpress.org/trunk@49057


git-svn-id: http://core.svn.wordpress.org/trunk@48819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-27 05:17:05 +00:00
..
Core External Libraries: Backport a commit from sodium_compat trunk to fix a PHP 8 error. 2020-09-27 05:17:05 +00:00
Core32
PHP52
Compat.php Upgrade/Install: Update sodium_compat to v1.13.0. 2020-09-27 04:46:05 +00:00
Crypto32.php
Crypto.php
File.php Upgrade/Install: Update sodium_compat to v1.13.0. 2020-09-27 04:46:05 +00:00
SodiumException.php