1 min read

How to set the env variable for PHP?

You May use set keyword for set the path
set path=%path%;c:/wamp/bin/php/php5.3.0
if all the path are set in path variables
If you want to see all path list. you can use
set %path%
you need to append your php path behind this path.
This is how you can set environment variable.
Share your Love

Leave a Reply

Your email address will not be published. Required fields are marked *