tags:

views:

38

answers:

3

I need to test some php code, what light-server can i install on my computer?

+1  A: 

Well, on Windows or Linux (and probably Mac), I like Apache. It might not be ultra-lightweight, but it is very configurable and has been solid for me in the past.

Apache

I forgot how confusing their pages can be at first. I think this is the page you want, just make sure you get the right version for your OS:

Download Page

Matt
I cant find the download, but thanks
Gilad Naaman
+1  A: 

Try WampServer for a quick install of Apache, mySQL, PHP and Perl if you use Windows.

There are a few of these kinds of applications for various OSs, such as Xampp for Linux and Mamp for Mac

Dylan Yaga
Awesome! it's working!
Gilad Naaman
A: 

A solution that has always worked for me is to download Xammp. Easy to install apache server for windows. Not exactly lightweight (comes with mysql, perl, filezilla) but can't be beat in terms of ease of use.

Willemk