I have tried adding PHP versions 7.2, 7.2.1, 7.2.2 and latest snapshot, and with all, I am unable to use the new cryptography functionality (Sodium).
Trying to use any of the new functions like "sodium_crypto_secretbox_keygen()" etc. throw "Call to undefined function" errors.
Same with any of the predefined constants like "SODIUM_CRYPTO_AUTH_KEYBYTES", they throw a warning for "Use of undefined constant".
Note. Have tried both with and without the Sodium extension loaded, but its same result.
Do anyone have an idea how I can get this new functionality work through WAMP?
Thanks
Trying to use any of the new functions like "sodium_crypto_secretbox_keygen()" etc. throw "Call to undefined function" errors.
Same with any of the predefined constants like "SODIUM_CRYPTO_AUTH_KEYBYTES", they throw a warning for "Use of undefined constant".
Note. Have tried both with and without the Sodium extension loaded, but its same result.
Do anyone have an idea how I can get this new functionality work through WAMP?
Thanks