Created
June 10, 2014 20:28
-
-
Save dejanmarkovic/90a2143406523ac3cafc to your computer and use it in GitHub Desktop.
WIN7 add php to path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Right-click on a My Computer icon | |
2. Click Properties | |
3. Click Advanced system settings from the left nav | |
4. Click Advanced tab | |
5. Click Environment Variables button | |
6. In the System Variables section, select Path (case-insensitive) and click Edit button | |
7. Add a semi-colon (;) to the end of the string, then add the full file system path of your PHP installation (e.g. C:\Program Files\PHP) | |
8. Keep clicking OK etc until all dialog boxes have disappeared | |
9. Close your command prompt and open it again | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment