Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. PHP applications on windows and linux

PHP applications on windows and linux

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
phpcomlinux
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andrewnick20
    wrote on last edited by
    #1

    We deploy php applications on windows and linux. What are the consideration which we should follow in development so that the application run well on both the platforms.

    Andrew Nick www.i-tro.com

    E 1 Reply Last reply
    0
    • A Andrewnick20

      We deploy php applications on windows and linux. What are the consideration which we should follow in development so that the application run well on both the platforms.

      Andrew Nick www.i-tro.com

      E Offline
      E Offline
      effayqueue
      wrote on last edited by
      #2

      fastcgi (on iis) is certainly one thing to look at. http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/[^]

      N 1 Reply Last reply
      0
      • E effayqueue

        fastcgi (on iis) is certainly one thing to look at. http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/[^]

        N Offline
        N Offline
        nickmaroulis
        wrote on last edited by
        #3

        In my experience when I had to host on a windows box because of the database we were using, I found IIS6 a nightmare!! The connection would fail, Permissions would change on upload and the whole set up was a nightmare. It took over a day just to get the site live and although there were some good forums on how to get php going on IIS, the reliability left something to be desired. IIS 7 may be better but IIS work well with php. I would definitely run on XAMPP for a simple setup or install apache by itself. It was simple to install and I never had a server outage or drama in over 18 months. For consistency between the platforms IIS is the way to go. The other thing to note is that some php modules that are easy to get going on debian like and cent os systems can be more tricky to get going on windows. A commonly used php module is imagemagick. File paths with windows can sometimes be a pain too.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups