Hello,
I updated my wamp server to 3.3.3 by installing/updating Visual C++ redis with the VisualCppRedist AIO then applying the updater, all of those found on [wampserver.aviatechno.net].
And then I installed the 8.1.27, 8.2.14 and 8.3.1 PHP addons.
When switching to those new versions, the PHP error log contains an error about the curl php extension :
[15-Jan-2024 10:28:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: c:/Dev/wamp64/bin/php/php8.1.27/ext/curl (Le module spécifié est introuvable), c:/Dev/wamp64/bin/php/php8.1.27/ext/php_curl.dll (La procédure spécifiée est introuvable)) in Unknown on line 0
Same result with the embedded 8.1.26 PHP version.
In the phpinfo indeed there are no curl section.
But for all af these PHP versions :
- in both phpForApache.ini and php.ini the curl extension is enabled and the ext dir is valid
- there is indeed a php_curl.dll in the ext dir
My previous 8.1.24 and 8.2.11 versions are working well (no error on startup, the curl ext appears in phpinfo, Composer detects the extension).
What can I do ?
I updated my wamp server to 3.3.3 by installing/updating Visual C++ redis with the VisualCppRedist AIO then applying the updater, all of those found on [wampserver.aviatechno.net].
And then I installed the 8.1.27, 8.2.14 and 8.3.1 PHP addons.
When switching to those new versions, the PHP error log contains an error about the curl php extension :
[15-Jan-2024 10:28:42 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: c:/Dev/wamp64/bin/php/php8.1.27/ext/curl (Le module spécifié est introuvable), c:/Dev/wamp64/bin/php/php8.1.27/ext/php_curl.dll (La procédure spécifiée est introuvable)) in Unknown on line 0
Same result with the embedded 8.1.26 PHP version.
In the phpinfo indeed there are no curl section.
But for all af these PHP versions :
- in both phpForApache.ini and php.ini the curl extension is enabled and the ext dir is valid
- there is indeed a php_curl.dll in the ext dir
My previous 8.1.24 and 8.2.11 versions are working well (no error on startup, the curl ext appears in phpinfo, Composer detects the extension).
What can I do ?