I have gone through other similar questions but i cannot find a proper solution. I am a newbie to PHP. As per suggestions in youtube i have done php configuration with apache2.4 and php is working fine. I have enabled the extensions in php.ini file and uncommented curl dll. I refreshed the Apache and reloaded the web page but the Curl is not loaded. It seems in PHP 7 versions the configuration is dynamic in php.ini . I couldn't able to figure out where the changes needed to be done. Please help.
PHP 7.3.3 version php.ini file is attached here php.ini
This won't "fix" the bug, but you might try using the DLL from another version of PHP https://windows.php.net/downloads/releases/archives/
I took
PHP 7.3.2 win32 VC15 x64, and thephp_curl.dllfrom it seems compatible withPHP 7.3.3 Win32 VC 15, which is my PHP installed version.