HelioHost Posted June 20, 2018 Posted June 20, 2018 Username: N/A, Server: N/A, Main Domain: N/A Hi, can you enable the PHP extension Sodium? It should already be enable with PHP >= 7.2.0 but it seems that it isn't... https://secure.php.net/manual/en/book.sodium.php Thanks.
HelioHost Posted June 21, 2018 Author Posted June 21, 2018 The username is: aurelio =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me=ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On June 21, 2018 1:14 AM, Heliohost Support wrote: > What is your username or main domain?> > You may view the status of your ticket by visiting:> > https://www.helionet.org/index/index.php?showtopic=3D33269> > Thank you,> > Heliohost support> > https://www.heliohost.org/> > https://www.helionet.org/
Krydos Posted June 21, 2018 Posted June 21, 2018 Sodium module is listed on Tommy PHP 7.2 https://krydos.heliohost.org/72/phpinfo.php
HelioHost Posted June 21, 2018 Author Posted June 21, 2018 If you run this, you'll see that Sodium is not among the loaded extensions: print_r(get_loaded_extensions()); In fact, if you run this: sodium_crypto_sign_verify_detached(); you'll see that it fails not because of the lack of arguments but because i=t is undefined. This is kind of weird because the: https://secure.php.net/manual/en/sodium.=installation.php says: "There is no installation needed to use these functions; they are part of t=he PHP core." And https://secure.php.net/manual/en/sodium.configuration.php says: "This extension has no configuration directives defined in php.ini." =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me=ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On June 21, 2018 4:22 AM, Heliohost Support wrote: > Sodium module is listed on Tommy PHP 7.2 https://krydos.heliohost.org/72/=phpinfo.php> > You may view the status of your ticket by visiting:> > https://www.helionet.org/index/index.php?showtopic=3D33269> > Thank you,> > Heliohost support> > https://www.heliohost.org/> > https://www.helionet.org/
Krydos Posted June 22, 2018 Posted June 22, 2018 Oh, you're right. It turns out that CentOS 7 installs too old of a version of libsodium and libsodium-devel for the sodium packaged with PHP 7.2. Is it working now?
Recommended Posts