Goodmorning everyone,
I have the version uniserver zero XIV and unicontroller XIV
I would like to install composer.
With the composer windows installation I selected C: \\ UniServerZ \\ core \\ php74 \\ php.exe for php.
gives me the following errors:
Program Output:
PHP Warning: PHP Startup: Failed to load ./extensions\\php_curl.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_mysqli.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_openssl.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_gd2.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_pdo_mysql.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_mbstring.dll, The specified file could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Failed to load ./extensions\\php_com_dotnet.dll, The specified file could not be found.
in Unknown on line 0
I have enabled all the listed dlls in the php.ini file, but it keeps giving me error.
What can I do?