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
Because of the functions in the Stub files of sodium are conditional. Preload won't work.
Fatal error: Cannot redeclare Sodium\crypto_aead_aes256gcm_is_available() (previously declared in /app/vendor/paragonie/halite/stub/Sodium.stub.php:73) in /app/vendor/paragonie/halite/stub/Sodium.stub.php on line 70
The text was updated successfully, but these errors were encountered:
I'm hitting this "bug" in php 7.4
https://bugs.php.net/bug.php?id=80815
Because of the functions in the Stub files of sodium are conditional. Preload won't work.
The text was updated successfully, but these errors were encountered: