Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: After installing php some command line tools don't work. |
|
Author |
|
MrVon
Joined: 22 Jan 2010 Posts: 4
|
Posted: Tue 22 Nov '11 2:39 Post subject: After installing php some command line tools don't work. |
|
|
I followed guide that explains how to install PHP 5.3.8 on Apache 2.2 it working, but one of the steps was creating system variable called %path% and pointing to php folder.
Now when i go to command line in windows and type e.g. "ping google.com" it's saying ping is not "ping is not recognized as an internal or external command" i believe its because i changed variable %path% is there fix? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 22 Nov '11 8:52 Post subject: |
|
|
PATH=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\php or wherever PHP is located
best to set it in
control panel -> System -> [Advanced System Settings] -> Advanced Tab -> Environment Variables -> System Variables -> Path
[Advanced System Settings] step is in Vista and above
https://www.apachehaus.net/misc/path.gif |
|
Back to top |
|
|
|
|
|
|