• Hello! I am running a site on a web provider that currently only supports up to PHP 7.1. I would like to support SQRL logins if possible. I see in the plug-in description that this SQRL plugin requires a minimum of PHP 7.2. Before I consider whether I should move to a different web provider, I was wondering if there’s any possibility that this plugin will work with PHP 7.1. If there’s a specific function of the code that requires 7.2, would you be able to tell me what it is? I’d perhaps be interested in seeing if I could write code to reduce the requirement to 7.1.

    I’m also considering just waiting for the web provider to upgrade to 7.2 or higher, but queries so far have not yielded any immediate results.

    Appreciate the help and info!
    -JP

Viewing 1 replies (of 1 total)
  • It seems the plugin uses Sodium crypto library and this extension is built-in with PHP 7.2 or greater. Maybe for lower PHP versions, you can manually install this extension.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Version Support’ is closed to new replies.