I just updated Wamp Server 3.1.4. Now Wamp shows error in context menu , that when clicked shows this message:
Sorry,
There is an error.
There is no reason to add the PHP folder to the Windows PATH when using WAMPServer. In fact you should not do that at all, this error is telling you that.
WAMPServer will configure the correct PHP to use within Apache when you change PHP versions using the wampmanager icon in the system tray.
Remove F:\wamp64\bin\php\php7.0.10
from the Windows PATH and the error will go away.
The reason is of course because you could have more than one version of PHP installed within WAMPServer.
If you want to run the PHP CLI from a command windows you should create yourself a little batch file like suggested in this answer https://stackoverflow.com/a/16289254/2310830