DAniel - 2022-09-01

Hello, sorry for my bad English, to solve the Curl problem, change this extension=curl.dll in php.ini to this extension=php_curl.dll.
Add this to you php.ini (note: you cannot use ini_set, although I don't know why you would want to.

curl.cainfo=c:\php\cacert.pem

And get that file from: http://curl.haxx.se/docs/caextract.html.

Source: http://php.net/manual/en/function.curl-setopt.php
https://stackoverflow.com/questions/2694787/how-can-i-set-curlopt-cainfo-globally-for-php.