CURL Not working perfectly. I edit php/php.ini & apache/php.ini file. But still no solution.
Asked
Active
Viewed 4,852 times
4
-
what is your exact problem? Any errors or symptoms we can see? – krock Jun 08 '10 at 11:08
-
did you restart your server? does it give an error? what exactly have you done so far? – rabidmachine9 Jun 08 '10 at 11:10
-
Which.. platform? XAMPP version? Apache version? PHP version? – user353297 Jun 08 '10 at 11:15
2 Answers
6
For anyone around still needing the solution:
- Go to xampp install directory.
- Go to php.ini in php directory.
- Open php.ini and find curl, uncomment the first find you see. Save and close file.
- Go to php.ini in apache directory.
- 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