I’m trying to install Composer on my machine and I’ve downloaded the installer from getcomposer.com, but when I run it I get the error “The PHP exe file you specified did not run correctly” with the following program output:
PHP Warning: Module “ldap” is already loaded
PHP Warning: Module “mysqli” is already loaded
PHP Warning: PHP Startup: Unable to load dynamic library ‘wincache’ (tried: C:Program Filesphp8.3.9extwincache (The specified module could not be found), C:Program Filesphp8.3.9extphp_wincache.dll (The specified module could not be found))
It appears based on the output that the problem is with my wincache dll file, but I’ve checked in php8.3.9ext and there is a file called php_wincache.dll. For some reason, the installer doesn’t seem to recognize it. Does anyone know how I can resolve this issue and run the installer?