In order to run behat tests on my localhost machine I need to install Composer. For Composer to work it requires me to declare my PHP installation in the Windows environment variable PATH.
All works OK, except that I get this error notice in WAMPSERVER
-------
Warning: There is Wampserver path (c:/wamp64)
into Windows PATH environnement variable: (C:\wamp64\bin\php\php8.1.13)
Warning: It seems that a PHP installation is declared in the environment variable PATH
C:\wamp64\bin\php\php8.1.13
Wampserver does not use, modify or require the PATH environment variable.
Using a PATH on Wampserver or PHP version
may be detrimental to the proper functioning of Wampserver.
------
Is there anything I should do?
All works OK, except that I get this error notice in WAMPSERVER
-------
Warning: There is Wampserver path (c:/wamp64)
into Windows PATH environnement variable: (C:\wamp64\bin\php\php8.1.13)
Warning: It seems that a PHP installation is declared in the environment variable PATH
C:\wamp64\bin\php\php8.1.13
Wampserver does not use, modify or require the PATH environment variable.
Using a PATH on Wampserver or PHP version
may be detrimental to the proper functioning of Wampserver.
------
Is there anything I should do?