将 PHP 应用程序从 apache 迁移到 IIS
我想将 PHP 应用程序从 apache 迁移到 IIS。
主题之间是否存在不兼容? (迁移前我需要修改我的应用程序吗?)
I want migrate a PHP app from apache to IIS.
Is there any incompatibility between theme? (Do I need to modify my app before migration?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 不兼容?仅当您的代码访问 PHP apache 绑定 时。
但与同一操作系统上的其他 Web 服务器相比,IIS 的行为方式存在许多细微差别(通过隧道 NTLM 访问网络驱动器是一个难题)。
PHP incompatabilities? Only if you're code accesses the PHP apache bindings.
But there are a lot of subtke differences in the way IIS behaves compared with other webservers on the same OS (tunnelling NTLM to network drive access is a corker).