Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted

1 solution

Don't use OS API call and you will have no differences, provided you use the same version of PHP, all the libraries and, importantly, HTTP Server.

That said, prefer Apache of the same version on Windows. Major difference will be between Apache and IIS. If on both platform you use Apache, you got maximum compatibility and better reliability and performance.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900