curl not working in xampp localhost
CURL Not working perfectly. I e开发者_如何学JAVAdit php/php.ini & apache/php.ini file. But still no solution.
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/
What version of PHP are you running. I know that some versions shipped with a dodgy curl extension
精彩评论