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?
What WAMP do you prefer?
What WAMP do you prefer?
"In order to understand recursion, one must first understand recursion".
Re: What WAMP do you prefer?
I downloaded Wamp Server a few days ago and it wouldn't work on my Windows 8? or im just a dumbass?
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: What WAMP do you prefer?
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
Re: What WAMP do you prefer?
You can also just use php built in web server. Note: you will need php 5.4 or greater.
http://php.net/manual/en/features.comma ... server.php
Code: Select all
$ cd ~/public_html
$ php -S localhost:8000
Orgullo Catracho
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: What WAMP do you prefer?
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
Re: What WAMP do you prefer?
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.