Results 1 to 13 of 13

Thread: WAMP or XAMPP?

  1. #1

    Thread Starter
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    WAMP or XAMPP?

    Hey guys!

    I'm looking to set up a local server install to test my scripts and stuff since it's a pain to keep uploading stuff to the host server to test it.

    I've heard good things about both but can anyone recommend which of the two is better?

    I know it's a subjective question but I'll weigh any arguments based on what I'm looking for.

    Cheers!
    My Blog.

    Ryan Jones.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: WAMP or XAMPP?

    Never used WAMP, so I can't say anything about it. I use XAMPP a lot though... never had much problem with it. Works for my needs when I do web development for my site. If you've got a flash drive doing nothing, check out portableapps.com ... they have a link to a portable version of XAMPP that works really well. I used it the last time I did some major over hauling on my site... allowed me to work on it where ever I was.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: WAMP or XAMPP?

    Doesn't XAMPP have an install option for a portable version? I'm sure I saw it listed when I installed a copy a while ago.
    My Blog.

    Ryan Jones.

  4. #4
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: WAMP or XAMPP?

    I've used WAMP several times and it is easy to setup and use. As for which is better, I mainly only go with WAMP as opposed to XAMPP because I don't require Perl.

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: WAMP or XAMPP?

    It's probably the same one I pick up from PortableApps.com....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: WAMP or XAMPP?

    Quote Originally Posted by techgnome View Post
    It's probably the same one I pick up from PortableApps.com....

    -tg
    Could be. I just did a test install under my virtual machine setup and it seems to allow installs onto USB drives as it allows you to assign a setup without a driver letter. Pretty cool.

    @kfcSmitty: Is there anything missing from WAMP that impacts PHP related work? Like does it have PEAR installed and so on?
    My Blog.

    Ryan Jones.

  7. #7
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: WAMP or XAMPP?

    Quote Originally Posted by sciguyryan View Post
    @kfcSmitty: Is there anything missing from WAMP that impacts PHP related work? Like does it have PEAR installed and so on?
    It does not include PEAR by default, an add-on is required. WAMP is very lightweight, it only installs apache, mysql, php and some tools for management.

  8. #8

    Thread Starter
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: WAMP or XAMPP?

    D'oh. I should have listed what I need in my first post shouldn't I? I wasn't thinking. I'm not looking for anything extremely complex at the moment, just these:

    • PHP (As new as possible, can it be easily updated in the package?)
    • MySQL (Can it also be easily updated)
    • phpMyAdmin or something along those lines for MySQL database management.
    • PEAR (If it can be installed via add-in that's fine too)
    • Easily configurable so you can change stuff like the document root paths and stuff without to many technical edits of files.
    My Blog.

    Ryan Jones.

  9. #9
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: WAMP or XAMPP?

    XAMPP DEFENENTLY no seriously i like xampp better, i belive xampp has more features then wamp...

  10. #10
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: WAMP or XAMPP?

    I tend to use WAMP but I think xampp uses the latest versions of php, etc.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  11. #11
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: WAMP or XAMPP?

    Judging by this link it seems they're running almost identical setups, but XAMPP has mod_perl, mod_ssl and a Zend optimizer built in.

    I've heard a lot of people say WAMP has an easier interface, but most of the references I found were pretty old. I am also not sure if having a Zend optimizer built in could cause issues when using PEAR.

  12. #12
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Re: WAMP or XAMPP?

    i suggest xampp because it can auto start without being blocked by windows firewall like wamp does on my computer, i have no clue how to unblock it, i tried firewall... and it takes 10 secs for wamp to run, and yes the interface on wamp is easy but xampp has a control panel you click on it then you see a few buttons, very simple...


    now its a few weeks ago since i uninstalled wamp, but i remember how it looked like and i found a picture on google but the xampp i just took of my computer...



    this is how the wamp panel look like on my computer

  13. #13

    Re: WAMP or XAMPP?

    I highly recommend XAMPP. I run XAMPP on my 7 system for testing out MySQL databases (I need a php frontend for it still) and because I'm configuring a few web forums & constructing an arcade site. XAMPP is pretty good for setting up small servers for the home network & developing your own sites before they go live to the Internet.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width