Search code examples
phpcurlxampp

How to reinstall PHP cURL on Xampp Windows 10?


I am currently having a problem where it looks like PHP cURL 7.76.1 is not working with PHP 8.0.8. i already checked my php.ini file and the extension has been enabled, also when checking phpinfo.php i see a section called curl which means it recognizes the extension. I would like to know if it is necessary to reinstall the extension or maybe upgrade to a newer version if available and how i need to do that.


Solution

  • php8.0 should have php8.0-extension-name installed.

    sudo apt install php8.0-extension_name