As long as I am using a version up to PHP 8.1.24, cURL works. As soon as I am trying either 8.1.25 or 8.2.12 no cURL is loaded. I am getting the following in my PHP error log:
PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: w:/wamp64/bin/php/php8.2.12/ext/curl (Das angegebene Modul wurde nicht gefunden), w:/wamp64/bin/php/php8.2.12/ext/php_curl.dll (Die angegebene Prozedur wurde nicht gefunden)) in Unknown on line 0
The path to /ext is correct, other modules load ok, and php_curl.dll is in the folder.
This is wampserver 64 on Win 11 22H2. The error occured only after I installed PHP 8.1.25/8.2.12. Any suggestions?
PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: w:/wamp64/bin/php/php8.2.12/ext/curl (Das angegebene Modul wurde nicht gefunden), w:/wamp64/bin/php/php8.2.12/ext/php_curl.dll (Die angegebene Prozedur wurde nicht gefunden)) in Unknown on line 0
The path to /ext is correct, other modules load ok, and php_curl.dll is in the folder.
This is wampserver 64 on Win 11 22H2. The error occured only after I installed PHP 8.1.25/8.2.12. Any suggestions?