I recently used the addons to updated WAMP from 3.0.0 to 3.1.1 and also added php versions 7.1.12 and 7.2.0.
When I switch from PHP 7.0.0 to either of the later versions I get the following error when I make a curl call:
Fatal error: Uncaught Error: Call to undefined function curl_init()
When I change back to 7.0.0 it works fine. After doing some searches there are recommendations to move libssh2.dll, ssleay32.dll, libeay32.dll and php_curl.dll into the apache folder, but those already have symlinks to the file locations (they exist in those locations, I checked).
When I switch from PHP 7.0.0 to either of the later versions I get the following error when I make a curl call:
Fatal error: Uncaught Error: Call to undefined function curl_init()
When I change back to 7.0.0 it works fine. After doing some searches there are recommendations to move libssh2.dll, ssleay32.dll, libeay32.dll and php_curl.dll into the apache folder, but those already have symlinks to the file locations (they exist in those locations, I checked).