4

CURL Not working perfectly. I edit php/php.ini & apache/php.ini file. But still no solution.

Yasir Arefin
  • 351
  • 1
  • 9
  • 23

2 Answers2

6

For anyone around still needing the solution:

  1. Go to xampp install directory.
  2. Go to php.ini in php directory.
  3. Open php.ini and find curl, uncomment the first find you see. Save and close file.
  4. Go to php.ini in apache directory.
  5. Repeat Step Three.

Source: http://gabrieljones.com/getting-curl-to-work-in-xampp/

Bee
  • 143
  • 2
  • 4
0

What version of PHP are you running. I know that some versions shipped with a dodgy curl extension

Pattle
  • 5,983
  • 8
  • 33
  • 56