logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: After installing php some command line tools don't work.
Author
MrVon



Joined: 22 Jan 2010
Posts: 4

PostPosted: Tue 22 Nov '11 2:39    Post subject: After installing php some command line tools don't work. Reply with quote

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

PostPosted: Tue 22 Nov '11 8:52    Post subject: Reply with quote

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


Reply to topic   Topic: After installing php some command line tools don't work. View previous topic :: View next topic
Post new topic   Forum Index -> Apache