Is it dumb to develop for LAMP on WAMP?

后端 未结 10 684
旧时难觅i
旧时难觅i 2021-02-04 06:56

After becoming somewhat estranged open source, and spending some years developing web applications in ASP.Net, I\'m going to start doing quite a lot of PHP / MySQL development.

10条回答
  •  独厮守ぢ
    2021-02-04 07:09

    No, because pretty much the only thing you can't do on WAMP if you target LAMP is using System()/Exec Calls, and usually that is a good thing because those should be used very sparsely.

提交回复
热议问题