-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.0 Support #157
Comments
This is a sodium_compat issue, not a Halite issue, but we'll fix it upstream. |
The only other thing was in composer.json, but that has been resolved as well. |
PHP 8 throws a warning when using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just been doing some preliminary testing with PHP 8. I didn't test everything but the only thing stopping me from running in PHP 8 with how I'm using Halite was that MB_OVERLOAD_STRING was removed in 8.0.
paragonie/sodium_compat/src/Core/Util.php:915
I just defined that constant for my rather limited testing.
The text was updated successfully, but these errors were encountered: