Hi,
> The php -v command I did in a command prompt window.
This means that you have a path to a PHP 8.1.0 version that is declared in the Windows PATH environment variable and it is not Wampserver that installed this path.
Wampserver does not add any path in the environment variables.
You should get:
C:\Windows\system32>php -v
php' is not recognized as an internal or external command
an executable program or a command file.
This path must be removed from the PATH environment variable.
Read item number 8 of [
forum.wampserver.com]
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addonsEdited 1 time(s). Last edit at 06/08/2022 03:11PM by Otomatic.