PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 2, 2022

[FIXED] How to reinstall PHP cURL on Xampp Windows 10?

 July 02, 2022     curl, php, xampp     No comments   

Issue

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


Answered By - Justinas
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing