I want use a PHP lint
extension of brackets which needs php running on the system. But I haveve not installed it manually.
I am using WAMP
which gets installed and configures (Windows, Apache, Mysql, And PHP)automatically.
So now when I run the extension, it is giving me error that PHP
is not available on your machine.
Question: If anyone knows how can I make PHP globally accessible on my computer, please share.
The Readme of the PHP Lint extension states that you have to have php
in your system path.
For Windows edit your PATH Environment Variable and append the folder which contains your php.exe
. In your case probably C:\wamp\php
.