I turn on php7 in Openserver, but when I enter php -v into the console, I get php 5.6, but if I create the file and output the phpinfo () function, it shows the version of php 7. Because of this, I cannot install v8js, as it requires php 7 What to do in this situation and where does php 5.6 come from?
Or can you somehow indicate for which version to install the extension or the path to it?