Can't Get Curl Enabled in PHP 7.3.9 – Apache
I keep getting this error when I try to run cUrl: Call to undefined function curl_init() So I try to install it with these lines: extension_dir = "C:PHP7ext" extension=curl But it never shows up in my phpinfo(); Here is from…