Testing PHP on a Windows PC?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • IncaD
    Confirmed User
    • Jan 2006
    • 3524

    #1

    Testing PHP on a Windows PC?

    Back in the day I had a program called PHP Triad that installed Apache, PHP and MySql for me.

    I was just looking at http://www.apachefriends.org/en/index.html and they have something called XAMPP. Is this good or should I use something else?
  • StuartD
    Sofa King Band
    • Jul 2002
    • 29903

    #2
    xampp is what I use... it works great and is perfect for testing.
    This is me on facebook
    This is me on twitter

    Comment

    • u-Bob
      there's no $$$ in porn
      • Jul 2005
      • 33063

      #3
      Just download apache, php, mysql etc and install them... no need to use a xampp/wamp/whatever package.

      Comment

      • CurrentlySober
        Too lazy to wipe my ass
        • Aug 2002
        • 38944

        #4
        xampp here too


        👁️ 👍️ 💩

        Comment

        • just a punk
          So fuckin' bored
          • Jun 2003
          • 32393

          #5
          I'm happy with Zend.
          Obey the Cowgod

          Comment

          • IncaD
            Confirmed User
            • Jan 2006
            • 3524

            #6
            Originally posted by u-Bob
            Just download apache, php, mysql etc and install them... no need to use a xampp/wamp/whatever package.
            You don't need to be an expert to configure it?

            Comment

            • testpie
              Mostly retired
              • Apr 2006
              • 3231

              #7
              Originally posted by IncaD
              You don't need to be an expert to configure it?
              Nope. I configured it fairly quickly, and although I'd recommend an integrated package such as XAMPP if you are a noob, it's far more flexible, less bloated, and more configurable to your needs if you just get Apache, PHP and MySQL individually - plus you can use the versions of each that you want (e.g. you may prefer PHP4 over PHP5, and XAMPP may only be offering a version with PHP5).

              Aside from that, I'd recommend lighttpd over Apache any day, just as long as you don't need to use Apache features such as .htaccess or .htpasswd files, as these are done differently in lighttpd.

              Affiliates: DogFart ~ Domain parking: NameDrive ~ Traffic broker: Traffic Holder

              Comment

              • u-Bob
                there's no $$$ in porn
                • Jul 2005
                • 33063

                #8
                Originally posted by testpie
                it's far more flexible, less bloated, and more configurable to your needs if you just get Apache, PHP and MySQL individually - plus you can use the versions of each that you want (e.g. you may prefer PHP4 over PHP5, and XAMPP may only be offering a version with PHP5).
                see quote

                Comment

                Working...