admin管理员组文章数量:1313749
I am attempting to install the latest version of MediaWiki (1.43), and I am using PHP version 8.4.3. The OS is Windows Server 2022 Datacenter.
Here is the error I get from command-line:
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: D:\php-8.4.3\ext\intl (The specified module could not be found), D:\php-8.4.3\ext\php_intl.dll (The specified module could not be found)) in Unknown on line 0
Things I have tried and necessary information:
PHP is installed here: D:\php-8.4.3
In my php.ini file I have the intl extension uncommented: extension=intl
I have also tried setting the extension=intl to the full path with no success: extension=D:\php-8.4.3\ext\php_intl.dll
In my php.ini file I have set the extension_dir to: extension_dir = "D:\php-8.4.3\ext"
The php_intl.dll file does live in D:\php-8.4.3\ext
I have added D:\php-8.4.3 to the environment variable PATH
In D:\php-8.4.3 I have the necessary dependencies files for php_intl.dll: icudt75.dll icuin75.dll icuio75.dll icuuc75.dll
Please, if anyone has any insight, I need it! I'm a Sysadmin, and I have not worked with PHP much at all, so I need all the help I can get.
Thank you!
本文标签:
版权声明:本文标题:mediawiki - PHP 8.4.3 unable to load extension intl despite being uncommented and at the path specified - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741929895a2405512.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论