Windows 上的 PHP:LDAP (5.2) 或 Fileinfo (5.3),但不能同时使用两者?
我已经让 PHP 5.2.14 在 Windows 上成功运行,LDAP 扩展加载并正常工作。我安装了 5.2,因为 php_ldap.dll 似乎不适用于 5.3。现在看来 Fileinfo 扩展仅适用于 5.3!
(我主要是一个 Linux 爱好者,并且通常都被 apt-get 的快乐世界所庇护,所以如果我错过了一些明显的东西,请原谅我。)
任何人都可以告诉我是否有可能这两个扩展都在 Windows 上运行,如果是,如何运行?
谢谢!
I have got PHP 5.2.14 running successfully on Windows, with the LDAP extension loading and working correctly. I installed 5.2 because it appeared to be that php_ldap.dll wasn't available for 5.3. Now it looks like the Fileinfo extension is only available for 5.3!
(I'm a linux chap mostly, and have generally been sheltered in the happy world of apt-get
, so forgive me if I've missed something obvious.)
Can anyone tell me if it's possible to have both of these extensions running on Windows, and if so, how?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过安装 PHP 5.2.5 中的 Fileinfo.dll 解决了这个问题。请参阅我的博文了解更多信息。
I solved this by installing the Fileinfo.dll from PHP 5.2.5. See my blog post for more info.