What WAMP do you prefer?

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

What WAMP do you prefer?

Post by Verahta »

I've always just used XAMPP by ApacheFriends and I was curious what else is available. XAMPP, WampServer, Zend, etc. What about AMPPS, do any of you use it?

So, what is your preferred WAMP?
"In order to understand recursion, one must first understand recursion".
Sim
Posts: 410
Joined: Sat Dec 26, 2009 5:37 pm

Re: What WAMP do you prefer?

Post by Sim »

I downloaded Wamp Server a few days ago and it wouldn't work on my Windows 8? or im just a dumbass?
oRPG Creator - Make Your Own Browser Game
oRPG Creator on Facebook
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What WAMP do you prefer?

Post by Jackolantern »

I have had intermittent problems with WAMP Server as well, and went with XAMPP and never had any problems with it.
The indelible lord of tl;dr
User avatar
Ark
Posts: 427
Joined: Wed Jun 01, 2011 10:25 pm

Re: What WAMP do you prefer?

Post by Ark »

You can also just use php built in web server. Note: you will need php 5.4 or greater.

Code: Select all

$ cd ~/public_html
$ php -S localhost:8000
http://php.net/manual/en/features.comma ... server.php
Orgullo Catracho
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What WAMP do you prefer?

Post by Jackolantern »

Yeah, that is fairly new, and designed to make PHP a little more node-like when it comes to the development server. However, you will still likely need a database and possibly a mail server to test, so you are right back to either installing those separately or using a WAMP-like package.
The indelible lord of tl;dr
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: What WAMP do you prefer?

Post by Chris »

I prefer WAMP server, otherwise I do my own custom installation.
Fighting for peace is declaring war on war. If you want peace be peaceful.
Post Reply

Return to “General Development”