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!