Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created June 10, 2014 20:28
Show Gist options
  • Save dejanmarkovic/90a2143406523ac3cafc to your computer and use it in GitHub Desktop.
Save dejanmarkovic/90a2143406523ac3cafc to your computer and use it in GitHub Desktop.
WIN7 add php to path
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