简体   繁体   中英

PHP on Windows: LDAP (5.2) or Fileinfo (5.3), but not both?

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!

I solved this by installing the Fileinfo.dll from PHP 5.2.5. See my blog post for more info.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM