You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
I've been having the same issue here is what I have found: lib sodium is no longer a PECL extension, it's a compile time option so has to be enabled when php is compiled.
I use a dependency that require ext-sodium: * .
But in the PHP7.4 environment compiler tell me that this library is missing from the system.
Step to reproduce:
The text was updated successfully, but these errors were encountered: