diff --git a/README.md b/README.md index 433c4a3b..88e76292 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Sodium Compat is a pure PHP polyfill for the Sodium cryptography library (libsodium), a core extension in PHP 7.2.0+ and otherwise [available in PECL](https://pecl.php.net/package/libsodium). -This library tentativeley supports PHP 5.2.4 - 8.x (latest), but officially +This library tentatively supports PHP 5.2.4 - 8.x (latest), but officially only supports [non-EOL'd versions of PHP](https://secure.php.net/supported-versions.php). If you have the PHP extension installed, Sodium Compat will opportunistically @@ -106,6 +106,28 @@ interested in [purchasing a support contract from Paragon Initiative Enterprises ## True Polyfill +As per the [second vote on the libsodium RFC](https://wiki.php.net/rfc/libsodium#proposed_voting_choices), +PHP 7.2 uses `sodium_*` instead of `\Sodium\*`. + +```php +