We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the namespaced version as polyfill, the call to Compat::library_version_major() ends with:
In Compat.php line 3126: Attempted to call function "sodium_library_version_major" from the global namespace.
In Compat.php line 3126:
Attempted to call function "sodium_library_version_major" from the global namespace.
PHP: 7.2.25 ext-sodium: 1.0.16 sodium_compat: 1.12.1
Should php72compat.php be loaded by autoload? or the constants used instead of library_version_major()?
php72compat.php
Regards
The text was updated successfully, but these errors were encountered:
e958cae
No branches or pull requests
Using the namespaced version as polyfill, the call to Compat::library_version_major() ends with:
PHP: 7.2.25
ext-sodium: 1.0.16
sodium_compat: 1.12.1
Should
php72compat.php
be loaded by autoload? or the constants used instead of library_version_major()?Regards
The text was updated successfully, but these errors were encountered: