Anyone ever install PHP on a MS server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kard63
    Confirmed User
    • Nov 2003
    • 8944

    #1

    Anyone ever install PHP on a MS server?

    How did that work out for you?

    Thanks
  • Serge Litehead
    Confirmed User
    • Dec 2002
    • 5190

    #2
    IIS? -I'm sure it's doable.
    Apache/PHP/MySQL is easy, just run setup and tweak .conf files.

    Comment

    • Defiance Inc
      Confirmed User
      • Apr 2008
      • 142

      #3
      Just download wamp and install. Had some directory issues when referencing files, but fixed it in code (no biggie).

      Comment

      • directfiesta
        Too lazy to set a custom title
        • Oct 2002
        • 30135

        #4
        Sure... On Windows 2008 Web Edition and IIS ...

        There is a binary package on the php site . If the server is not local, use remote desktop to install...

        A few files to manually config and you are set.
        I know that Asspimple is stoopid ... As he says, it is a FACT !

        But I can't figure out how he can breathe or type , at the same time ....

        Comment

        • GigoloShawn
          Confirmed User
          • Oct 2007
          • 700

          #5
          Nowhere near as well as actually having the expected native UNIX support. I'm not even talking about performance, which is OK, but you don't have Sendmail, you don't have an integrated FTP, sometimes the built in gd is enabled, depending on the package.. and tons of other support things that most scripts expect will likely not be in there.
          I no longer represent TrafficGigolos, please contact Justin or Rebecca with any issues.

          Comment

          • Thurbs
            The Thrilla in Manila
            • Sep 2004
            • 4785

            #6
            well, you can also run apache on windows + php

            Comment

            • GigoloShawn
              Confirmed User
              • Oct 2007
              • 700

              #7
              Originally posted by Thurbs
              well, you can also run apache on windows + php
              I did that for quite awhile for small projects on my desktop; Oddly, when I had TextPad available, I used vi. Now I wish I had TextPad remotely.

              Tons of scripts just assume UNIX, though, so it may take more work making them work on Windows than they're worth. I've used WAMP, XAMPP, and my own, but XAMPP was the most featureful by default.
              I no longer represent TrafficGigolos, please contact Justin or Rebecca with any issues.

              Comment

              Working...