Tutorial: How to enable CURL on local servers like XAMPP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tutorial: How to enable CURL on local servers like XAMPP

    Some people here would need to test CURL localy before puting the script in live server. To enable CURL library, we need to modify "something" in some files. Files we need to modify are:

    1) \xampp\apache\bin\php.ini
    2) \xampp\php\php.ini

    Now we find this line and uncomment it (it means remove the ; character):

    ;extension=php_curl.dll

    Restart Apache and it's done!

    (this way you can enable other libraries also)
    mysterio.al - programming is a functional art
Working...
X